search for: myfancyphon

Displaying 2 results from an estimated 2 matches for "myfancyphon".

Did you mean: myfancyphone
2006 Jun 13
3
Queues and macros and agents
When a caller in the queue is connected to an agent, the call is placed to the extension and context specified using Agentcallbacklogin. This allows for me to add extra things to the diaplan *before* calling the agent. Now, I want to be able to use a device, rather than agents. So I can use addQueueMember and add my SIP device. However, I still want to do a couple of things before the device
2006 Jun 14
2
AddQueueMember and Local channels
...nt to be able to use a device, rather than agents. So I can >> use addQueueMember and add my SIP device. However, I still want to do a couple of things before the device is called. > > This is what the Local channel (chan_local) is for. > > If your SIP device is called "myfancyphone", then instead of adding SIP/myfancyphone to the queue using AddQueueMember, add (instead) Local/myfancyphone@members, and then in your dialplan: > > [members] > exten => myfancyphone,1,... > exten => myfancyphone,n,... > exten => myfancyphone,n,Dial(SIP/${EXTEN...