hi all,<br>actually i have partially connected the 2 servers but there is a problem.<br><br>2 servers A and B<br>server A forwards call to server B without any problem<br>but when i try to forward call from server B to A, server shows the following error on the cli
<br><br><span style="color: rgb(102, 0, 204);">WARNING[7751]: app_dial.c:1081 dial_exec_full: Unable to create channel of type &#39;SIP&#39; (cause 3 - No route to destination)</span><br style="color: rgb(102, 0, 204);"><span style="color: rgb(102, 0, 204);">
&nbsp; == Everyone is busy/congested at this time (1:0/0/1)</span><br><br>here is my configuration<br><br><span style="color: rgb(204, 102, 0);">SERVER A sip.conf</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
~~~~~~~~~~</span><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">[general]</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
register=&gt;<a href="mailto:fromtrixbox:mysecret@192.168.0.7">fromtrixbox:mysecret@192.168.0.7</a></span><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
[receive]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;this should receive call from server B</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">type=friend</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
;host=<a href="http://192.168.0.7">192.168.0.7</a></span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">host = dynamic</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
secret=mysecret</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">context=rizwan</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">;trunk=yes</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">insecure = very</span><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">[backtorazi]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;this is used to throw call to server B (works fine)
</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">type=friend</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">host=dynamic</span><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">secret=mysecret</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">context=rizwan</span><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);">
<span style="color: rgb(204, 102, 0);">SERVER A extensions</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">~~~~~~~~~~~~~~~~~~~</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
[rizwan]</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">exten=&gt; 5123,1,Dial(SIP/backtorazi/1234)&nbsp; ;this dials to server B</span><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">
exten=&gt; 5123,2,Hangup</span><br style="color: rgb(204, 102, 0);"><br style="color: rgb(204, 102, 0);"><span style="color: rgb(204, 102, 0);">exten=&gt; 1234,1,NoOp(&quot;Got connected successfully!&quot;); ;this receives from server B
</span><br style="color: rgb(153, 51, 0);"><br style="color: rgb(0, 204, 204);"><span style="color: rgb(51, 51, 255);">SERVER B sip.conf</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">~~~~~~~~~~~~~~~~~
</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[general]</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">register=&gt;<a href="mailto:backtorazi:mysecret@192.168.0.100">
backtorazi:mysecret@192.168.0.100</a></span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[sender]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;used tro call server A (not working)</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">type=friend</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">;host=<a href="http://192.168.0.100">192.168.0.100</a></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">host=dynamic</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">secret=mysecret</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">
context=rizwan </span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[fromtrixbox]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;used to receive call from server A (working fine)</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">type=friend</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">host=<a href="http://192.168.0.100">192.168.0.100</a></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">secret=mysecret</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">context=rizwan</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">
;trunk=yes</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">insecure = very</span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);" clear="all"><span style="color: rgb(51, 51, 255);">
SERVER B extensions</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">~~~~~~~~~~~~~~~~~~~</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">[rizwan]</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">exten =&gt; 5123,1,Dial(SIP/sender/5123) ;this dials server A </span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">
exten=&gt; 1234,1,Dial(SIP/1234) ;this receives from server A</span><br style="color: rgb(0, 204, 204);"><br><br><br>-- <br>Regards<br>Rizwan Hisham<br>Software Engineer