<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";
        color:black;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
color=black face="Times New Roman"><span style='font-size:12.0pt;color:windowtext'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 color=black face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;color:windowtext;font-weight:bold'>From:</span></font></b><font
size=2 color=black face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma;
color:windowtext'> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Jonas Kellens<br>
<b><span style='font-weight:bold'>Sent:</span></b> Friday, July 02, 2010 4:09
AM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">Asterisk
 Users Mailing List - Non-Commercial Discussion</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> [asterisk-users] Transfer
fails</span></font><font color=black><span style='color:windowtext'><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 color=black face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=3 color=black face=Helvetica><span
style='font-size:12.0pt;font-family:Helvetica'>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>
exten =&gt; 20,1,Dial(SIP/test2)</span></font><br>
<font face=Helvetica><span style='font-family:Helvetica'><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(&quot;SIP/test1-0000010e&quot;, &quot;SIP/test2&quot;) 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(&quot;SIP/test1-0000010c&quot;, &quot;SIP/test2&quot;) 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.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>-- <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>A good possibility is that you have an
over-restrictive call-limit (or whatever it&#8217;s called in your branch) that
is &#8220;filling the bucket&#8221; on the incoming call and not allowing a
transfer.<o:p></o:p></span></font></p>

</div>

</body>

</html>