bar top left
bar top right
left curve
right curve
Welcome, Guest

Conference Room not showing Skype Channels
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: Conference Room not showing Skype Channels
#54131
Conference Room not showing Skype Channels 1 Year, 8 Months ago Karma: 0
I have a server with the Skype4Asterisk digium channels.

I noticed that skype users calling into a confrence room were not being shown in the GUI, ive changed the lines in the php file to make it work but also split out the CNAM into a seperate array var if required too.

/var/www/html/modules/conference/libs/paloSantoConference.php : Line 146-149 : Replace with...
Code:

                if(eregi("^User #:[[:space:]]*([[:digit:]]+)[[:space:]]*([[:alnum:]|_]+)[[:space:]]([[:alnum:]| |<|>]+)*Channel: ([[:alnum:]|/|-|\.|-]+)[[:space:]]*([[:alnum:]|\(|\)| ]+\))[[:space:]]*([[:digit:]|\:]+)$",$linea,$arrReg))
                {
                    $arrCallers[] = array('userId' => $arrReg[1], 'callerId' => trim($arrReg[2]), 'callerNam' => $arrReg[3], 'mode' => $arrReg[5], 'duration' => $arrReg[6]);
                }




This needs to be included in the next fix if not already done.
im on Elastix 1.6-13
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
TSM
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1
Moderators: Bob, jgutierrez