<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
this is the dialplan :<br>
<br>
&lt;snip&gt;<br>
exten =&gt; s,n,Dial(SIP/test1&amp;SIP/test2,,t)<br>
&lt;snip&gt;<br>
<br>
exten =&gt; 10,1,Dial(SIP/test1)<br>
</font><font face="Helvetica, Arial, sans-serif">exten =&gt;
20,1,Dial(SIP/test2)</font><br>
<font face="Helvetica, Arial, sans-serif"><br>
<br>
So there is an incoming call that rings SIPaccounts test1 and test2.<br>
Account test1 answers and wants to transfer the call to test2.<br>
Transfer is : #20<br>
<br>
This is what the CLI shows :<br>
<br>
[Jul&nbsp; 2 10:55:30]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [20@from-TEST:1]
Dial("SIP/test1-0000010e", "SIP/test2") in new stack<br>
[Jul&nbsp; 2 10:55:30] WARNING[7604]: app_dial.c:1296 dial_exec_full: Unable
to create channel of type 'SIP' (cause 20 - Unknown)<br>
[Jul&nbsp; 2 10:55:30]&nbsp;&nbsp; == Everyone is busy/congested at this time (1:0/0/1)<br>
<br>
...and the call is disconnected.<br>
<br>
When I call the extension 20 directly from SIPaccount test1, the CLI
shows no problem :<br>
<br>
[Jul&nbsp; 2 10:55:02]&nbsp;&nbsp;&nbsp;&nbsp; -- Executing [20@from-TEST:1]
Dial("SIP/test1-0000010c", "SIP/test2") in new stack<br>
[Jul&nbsp; 2 10:55:02]&nbsp;&nbsp;&nbsp;&nbsp; -- Called test2<br>
[Jul&nbsp; 2 10:55:02]&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/test2-0000010d is ringing<br>
<br>
<br>
So why can I call extension 20 (test2) directly but not transfer a call
to it ??<br>
<br>
<br>
Jonas.<br>
</font>
</body>
</html>