[Asterisk-Users] Re: Polycom and call waiting again..

Sean A. Newton nester-asterisk at wewt.net
Thu Jan 27 10:42:39 MST 2005


On Thu, 27 Jan 2005, Kevin P. Fleming wrote:

> 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.


Excellent, I will look into this. :D

Thanks Guys!

--Sean




More information about the asterisk-users mailing list