[asterisk-users] Transfer fails
Jonas Kellens
jonas.kellens at telenet.be
Fri Jul 2 04:08:43 CDT 2010
Hello list,
this is the dialplan :
<snip>
exten => s,n,Dial(SIP/test1&SIP/test2,,t)
<snip>
exten => 10,1,Dial(SIP/test1)
exten => 20,1,Dial(SIP/test2)
So there is an incoming call that rings SIPaccounts test1 and test2.
Account test1 answers and wants to transfer the call to test2.
Transfer is : #20
This is what the CLI shows :
[Jul 2 10:55:30] -- Executing [20 at from-TEST:1]
Dial("SIP/test1-0000010e", "SIP/test2") in new stack
[Jul 2 10:55:30] WARNING[7604]: app_dial.c:1296 dial_exec_full: Unable
to create channel of type 'SIP' (cause 20 - Unknown)
[Jul 2 10:55:30] == Everyone is busy/congested at this time (1:0/0/1)
...and the call is disconnected.
When I call the extension 20 directly from SIPaccount test1, the CLI
shows no problem :
[Jul 2 10:55:02] -- Executing [20 at from-TEST:1]
Dial("SIP/test1-0000010c", "SIP/test2") in new stack
[Jul 2 10:55:02] -- Called test2
[Jul 2 10:55:02] -- SIP/test2-0000010d is ringing
So why can I call extension 20 (test2) directly but not transfer a call
to it ??
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100702/c2cdc740/attachment.htm
More information about the asterisk-users
mailing list