Displaying 1 result from an estimated 1 matches for "180xxxxxx".
Did you mean:
10xxxxxx
2007 Feb 16
0
How to configure Asterisk queue with Vonage account?
...t => 1001,4321,Wayne Kerr
queues.conf
[queue1]
member => Agent/1001
extensions.conf
exten => 28,1,AgentLogin(1001)
exten => 29,1,Queue(queue1)
I use the following in extension.conf with Vonage softphone account, it
works well to call SIP extension 1001.
exten => 180xxxxxx,1,Dial(SIP/1001,20)
If using agent to login a queue, how to transfer the call to the queue
first? I try two approaches, no one work.
1. exten => 180xxxxxx,1,Dial(SIP/28,20): no SIP 28 extension registered
in Asterisk.
2. exten => 180xxxxxx,1,AgentLogin(1001)
exten => 180xxxxxx,2,Queu...