Displaying 1 result from an estimated 1 matches for "u4908".
Did you mean:
84908
2004 Apr 27
1
Queue() with H option
...n just jump out to the outer loop where
queued callers wait to intermittently call those serving the queue.
Any advice will be appreciated.
thanks,
James
*** my extensions.conf extracts ***
; Customer presses 9 to enter the help queue
exten => 9,1,Queue(helpq.e|H)
exten => 9,2,Voicemail(u4908)
exten => 9,102,Voicemail(u4916)
; Login/Logout for Agents
exten => 3001,1,AddQueueMember(helpq.e|SIP/${CALLERIDNUM});
exten => 3001,2,Playback(agent-loginok)
exten => 3001,3,Hangup
exten => 3002,1,RemoveQueueMember(helpq.e|SIP/${CALLERIDNUM});
exten => 3002,2,Playback(agent-log...