i am conecting to the provider voip with 50 logings and can not use trunk the configuring sip.conf with <br>...<br>register =&gt; 10001:abc@xxx.xxx.xxx.xxx<br>register =&gt; 10002:abc@xxx.xxx.xxx.xxx<br>register =&gt; 10003:abc@xxx.xxx.xxx.xxx<br>
<br>....<br><br>[troncal-1]<br>&nbsp;type=peer<br>&nbsp;secret=abc<br>&nbsp;username=10001<br>&nbsp;host=xxx.xxx.xxx.xxx<br>&nbsp;fromuser=10001<br>&nbsp;fromdomain=xxx.xxx.xxx.xxx<br>&nbsp;nat=no<br>&nbsp;context=troncal-sip<br>qualify=yes<br>disallow=all<br>allow=g729<br>
callgroup=1<br><br>[troncal-2]<br>&nbsp;type=peer<br>&nbsp;secret=abc<br>&nbsp;username=10002<br>&nbsp;host=xxx.xxx.xxx.xxx<br>&nbsp;fromuser=10002<br>&nbsp;fromdomain=xxx.xxx.xxx.xxx<br>&nbsp;nat=no<br>&nbsp;context=troncal-sip<br>qualify=yes<br>disallow=all<br>
allow=g729<br>callgroup=1<br><br>[troncal-3]<br>&nbsp;type=peer<br>&nbsp;secret=abc<br>&nbsp;username=10003<br>&nbsp;host=xxx.xxx.xxx.xxx<br>&nbsp;fromuser=10003<br>&nbsp;fromdomain=xxx.xxx.xxx.xxx<br>&nbsp;nat=no<br>&nbsp;context=troncal-sip<br>qualify=yes<br>
disallow=all<br>allow=g729<br>callgroup=1<br><br><br>and extension.conf :<br>[troncal-sip] it is configuration work <br>exten =&gt; _X.,1,Answer<br>exten =&gt; _X.,2,Dial(SIP/${EXTEN}@troncal-1,,r)<br>exten =&gt; _X.,3,Dial(SIP/${EXTEN}@troncal-2,,r)<br>
exten =&gt; _X.,4,Dial(SIP/${EXTEN}@troncal-3,,r)<br>exten =&gt; _X.,5,Hangup<br><br><br>i am ascending with 3 lines <br>[troncal-sip] it is configuration no work<br>exten =&gt; _X.,1,Answer<br>exten =&gt; _X.,2,Dial(SIP/g1/${EXTEN})<br>
exten =&gt; _X.,3,Hangup<br><br><br>the error is <br>*CLI&gt;<br>&nbsp;&nbsp;&nbsp; -- Executing [5174204843@troncal-sip:1] Answer(&quot;SIP/327289521558-b6d30d68&quot;, &quot;&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [5174204843@troncal-sip:2] Dial(&quot;SIP/327289521558-b6d30d68&quot;, &quot;SIP/g1/74555555&quot;) in new stack<br>
[May&nbsp; 2 20:00:09] WARNING[19588]: chan_sip.c:2867 create_addr: No such host: g1<br>[May&nbsp; 2 20:00:09] WARNING[19588]: app_dial.c:1111 dial_exec_full: Unable to create channel of type &#39;SIP&#39; (cause 3 - No route to destination)<br>
&nbsp; == Everyone is busy/congested at this time (1:0/0/1)<br>&nbsp;&nbsp;&nbsp; -- Executing [5174204843@troncal-sip:3] Hangup(&quot;SIP/327289521558-b6d30d68&quot;, &quot;&quot;) in new stack<br>&nbsp; == Spawn extension (troncal-sip, 74555555, 3) exited non-zero on &#39;SIP/327289521558-b6d30d68&#39;<br>
<br><br>how to group work fine ???<br>