[asterisk-users] Hitting # to Transfer out of a Queue
Patrick
asterisk-list at puzzled.xs4all.nl
Tue Jul 18 11:19:52 MST 2006
On Tue, 2006-07-18 at 10:29 -0600, Douglas Garstang wrote:
[snip]
> exten => oe_ccare,1, NoOp(*** Incoming call from ${CALLERID} to queue oe_ccare)
> exten => oe_ccare,n, Set(TIMEOUT(response)=5)
> exten => oe_ccare,n, GotoIfTime(8:00-17:00|mon-fri|*|*?one_queue_acd,oe_ccare-open,1)
> exten => oe_ccare,n, Goto(oe_ccare-shut,1)
> exten => oe_ccare-open,1, Answer
> exten => oe_ccare-open,n, Set(__TRANSFER_CONTEXT=one_start)
> exten => oe_ccare-open,n, NoOp(${__TRANSFER_CONTEXT})
> exten => oe_ccare-open,n(queue1), Queue(oe_custcare||||30)
Is this a literal copy of your dialplan? If so I was not aware you could
put spaces between priorities and actions. Have you tried removing them:
exten => foo,1,NoOP(spaces are evil, mostly)
Regards,
Patrick
More information about the asterisk-users
mailing list