[asterisk-users] Hitting # to Transfer out of a Queue
Douglas Garstang
dgarstang at oneeighty.com
Tue Jul 18 07:35:10 MST 2006
> -----Original Message-----
> From: Nic Bellamy [mailto:nicb-lists at vadacom.co.nz]
> Sent: Monday, July 17, 2006 11:31 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Hitting # to Transfer out of a Queue
>
>
> Douglas Garstang wrote:
>
> >Why? I don't want the variable to be global, or inherit to
> other channels. I only want it to be persistent for the
> current call in progress.
> >
> >
> It'll only inherit to channels *created from this one*, eg. Agent
> channels, Local channels and the like.
>
> It doesn't make it a global variable - see doc/README.variables for
> further information.
Nic,
Still no luck with this. I have:
exten => oe_ccare,1, NoOp(Queue oe_ccare called)
exten => oe_ccare,n, Set(TIMEOUT(response)=5)
exten => oe_ccare,n, GotoIfTime(8:00-17:30|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)
and I'm still getting this console message when someone hits a digit...
Jul 18 08:27:37 VERBOSE[26274] logger.c: -- Unable to find extension '4' in context ''
Don't know why the context is '', null.
Douglas.
More information about the asterisk-users
mailing list