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