I thought so- the fact the server has 20 different registry entries to 20 different account all at the same ITSP shouldn&#39;t matter?<br><br>Can&#39;t see any DDI info in the SIP headers unfortunately :(<br><br>John<br><br>
<div class="gmail_quote">2009/12/14 meetmecall <span dir="ltr">&lt;<a href="mailto:info@meetmecall.nl">info@meetmecall.nl</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The easiest solution to deal with this is to have one context with<br>
different extensions for the different numbers and route the incoming<br>
calls from there. It should look something like this (not a tested<br>
piece of asterisk script, just an example to give the idea).<br>
<br>
Hope it helps :-)<br>
<br>
<br>
Erik de Wild<br>
<br>
[all_trunks]<br>
<br>
exten =&gt; 31592123456,1,Goto(trunk1,s,1)<br>
exten =&gt; 31592123457,1,Goto(trunk1,s,1)<br>
exten =&gt; 31592123458,1,Goto(trunk1,s,1)<br>
<br>
exten =&gt; 31592123333,1,Goto(trunk2,s,1)<br>
exten =&gt; 31592123334,1,Goto(trunk2,s,1)<br>
exten =&gt; 31592123335,1,Goto(trunk2,s,1)<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On 14 dec 2009, at 10:39, Olle E. Johansson wrote:<br>
<br>
&gt;<br>
&gt; 11 dec 2009 kl. 23.21 skrev John Taylor:<br>
&gt;<br>
&gt;&gt; I have multiple trunks to the same ITSP. Incoming calls to any trunk<br>
&gt;&gt; go to the last &quot;incoming&quot; label defined in those trunks&#39; contexts in<br>
&gt;&gt; sip.conf.<br>
&gt;&gt;<br>
&gt;&gt; My ITSP insists on insecure=very in the trunk context; is this the<br>
&gt;&gt; cause?<br>
&gt;&gt;<br>
&gt; This is an effect of the Asterisk architecture. We&#39;ve had many<br>
&gt; discussions on how to change it, but right now the peer matching on<br>
&gt; IP/Port can&#39;t separate various instances from each other, since they<br>
&gt; all have the same IP/port. Asterisk simply goes for the first match,<br>
&gt; which happens to be the last entry with the IP/port in the sip.conf<br>
&gt; file.<br>
&gt;<br>
&gt; /Olle<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>