[Asterisk-Users] Re: Polycom and call waiting again..
Kevin P. Fleming
kpfleming at starnetworks.us
Thu Jan 27 08:28:23 MST 2005
Adam Goryachev wrote:
> [local-stuff]
> ; This is where we pretend a channel is an extension
>
> exten => 1234,1,SetGroup(SIP1234)
> exten => 1234,2,CheckGroup(1)
> exten => 1234,3,Dial(SIP/1234,15)
> exten => 1234,104,Busy
>
> [queue-stuff]
> exten => 6939,1,AddQueueMember(Local/${CALLERIDNUM})
You are close... that should be:
AddQueueMember(Local/${CALLERIDNUM}@local-stuff)
That way when the queue app tries to call the agent, it will have an
extension _and_ a context to deliver the call to.
More information about the asterisk-users
mailing list