Hi,
I have an issue logging onto queues using the Queue module 2.4.0.9.
When dialing the queue number Plus * e.g. 1000* - I get the lady asking me for my ext number. I enter it and press #, however nothing happens. When trying to debug it in asterisk - asterisk disconnects at the point of the # press - here are the end of the logs:
– Executing GotoIf(“SIP/202-08b058c8”, “0?report”) in new stack
– Executing Set(“SIP/202-08b058c8”, “AMPUSERCID=202”) in new stack
– Executing Set(“SIP/202-08b058c8”, “CALLERID(all)=“test2” <202>”) in new stack
– Executing Set(“SIP/202-08b058c8”, “REALCALLERIDNUM=202”) in new stack
– Executing ExecIf(“SIP/202-08b058c8”, “0|Set|LANGUAGE()=”) in new stack
– Executing NoOp(“SIP/202-08b058c8”, “TTL: ARG1: SKIPTTL”) in new stack
– Executing GotoIf(“SIP/202-08b058c8”, “1?continue”) in new stack
– Goto (macro-user-callerid,s,23)
– Executing NoOp(“SIP/202-08b058c8”, “Using CallerID “test2” <202>”) in new stack
– Executing Read(“SIP/202-08b058c8”, “CALLBACKNUM|agent-login||||”) in new stack
– Playing ‘agent-login’ (language ‘en’)
johnstons-asterisk*CLI>
Disconnected from Asterisk server
[root@johnstons-asterisk config]#
Queue logoff seems to function fine.
Anyone got any ideas??