<span class="postbody">
This is how i did it.
<br><br>Solution 1;<br>

<br>
Local Outbound Calls Trunk
<br>
0+NXXXXXXXX
<br>
011254|NXXXXXXXX
<br>

<br>
International Outbound Trunk
<br>
011.
<br>
011254|NZXXXXXXX
<br>
1NXXNXXXXXX         ;incase someone dials US/CA 1 (10 digit #)
<br>
011|NXXNXXXXXX    ;incase someone dials US/CA 011 1 (10 digit #)
<br>
01|NXXNXXXXXX    ;incase someone dials US/CA 011 (10 digit #)<br><br></span><span class="postbody">Solution2:</span><br><span class="postbody">Someone else suggested;<br></span><span class="postbody">Although nobody uses or dials 011 for local
calls but if you have to enter it to dial locally you can have the
first non-local digits excluded before getting passed unto dial. The
${extension:6}@localtrunknamehere used below is used to exclude the
digits not needed to dial so you can adjust the number'6' to whatever
digit that matches the amount of numbers to be excluded before dialing
through your local trunk entered after the '@' sign.
<br>

<br>exten=&gt;011254NXXXXXX,1,Dial,${extension:6}@localtrunknamehere<br><br>K<br><br><br></span><br><div><span class="gmail_quote">On 7/12/06, <b class="gmail_sendername">Levis Kimotho</b> &lt;<a href="mailto:kimy.voip@gmail.com">
kimy.voip@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Hi,<br><br>In my Outbound routes i have created International &amp; Local Calls. I have 2 trunks for both ITL and LC. All calls are dialed using 011.....but all 011254, 01125473, 01125472 should use the local trunk. NB Local Route is 1st priority in my list or routes. Everyone has to dial 011(number) to make a call whether Local or international but all 011254* number should use my local trunk. How do i achieve this? This is what i have so far;
<br><br>Outbound Route - (International Calls) **Ive put the same in the trunks<br>Dial Pattern&nbsp; 011.<br><br>Outbound Route - (Local Calls) **Ive put the same in the trunks<br>Dial Pattern&nbsp; <br>011254|072XXXXXXX<br>011254|073XXXXXXX
<br>011254|<br></div><div><span class="sg"><br>K<br>

</span></div></blockquote></div><br>