Skip to main content

Queue script broken

Posted by stephenkkaye on Wed, 07/03/2013

A script that I was using in the past has stopped for some reason. I use it to login to my call Q when I'm away. It allows me to enter password and it says login ok but the call never reaches my cell. Will do more tearing and get a pcap later just wondering of anyone knows what may have happened. I am running 1.8.11 cert5. Here is script :

exten => s,1,Set(NUM=${IF($["${TL_MULTI}" != ""]?-2:-1)})
exten => s,2,Authenticate(${ARG2})
exten => s,n,AddQueueMember(${ARG1},SIP/${CALLERID(num)}@${tenant})
exten => s,n,Playback(agent-loginok)
exten => s,n,Hangup