Displaying 1 result from an estimated 1 matches for "u5054".
Did you mean:
5054
2007 Feb 23
1
Queue Macro Problem
...ial plan
down and stop having so much redundancy. But when I try to use it, i get
a "no answer".
Here's what does work (non macro):
exten => 5054,1,Answer()
exten => 5054,n,Ringing()
exten => 5054,n,Wait(2)
exten => 5054,n,Queue(itdept,t|||30)
exten => 5054,n,Voicemail(u5054) ; If unavailable, send to voicemail
exten => 5054,n,Hangup
Here's the macro I tried to make and use:
[coqueuevm]
; Call One Queue - Goto to voicemail after 30 secs
; ${ARG1} - Queue Name
; ${ARG2} - Voicemail
exten => s,1,Answer()
exten => s,n,Ringing()
exten => s,n,Wait(2)
exte...