<div class="gmail_quote">2012/11/20 gincantalupo <span dir="ltr">&lt;<a href="mailto:gincantalupo@fgasoftware.com" target="_blank">gincantalupo@fgasoftware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I have problems dialling out because my new telco (the previous gave no problems) tells me my PBX adds a leading 0 and that&#39;s why I cannot dial out (but I can receive calls).<br>
<br>
I make a small extensions.conf as a test:<br>
<br>
exten =&gt; 666,1,Dial(DAHDI/g1/339xxxxxx)<br>
but cannot dial out<br>
<br>
Curious thing is that<br>
exten =&gt; 666,1,Dial(DAHDI/g1/<u></u>0233xxxxxx)<br>
and<br>
exten =&gt; 666,1,Dial(DAHDI/g1/233xxxxxx)<br>
call the same number!!!<br>
<br>
Line in use is a PRI.<br>
<br>
My Asterisk version is 1.4.26.2<br>
dahdi version: 2.2.0.2<br>
wanpipe-3.4.6<br>
<br>
I checked with intense pri debug and see no 0 inside frames....<br>
<br>
How can I really be SURE Asterisk is not adding some leading zero?<br>
<br>
Thank you.<br>
<br>
Giorgio.<br>
<br></blockquote><div><br></div><div>I have never heard of a way to automatically add digits when using PRI, however can you check your chan_dahdi.conf about the following lines:</div><div><br></div><div><div>internationalprefix = </div>
<div>nationalprefix = </div><div>localprefix = </div></div><div><br></div><div>If presents, try messing with them. If you are using the PRI in Italy, every provider has PRI configured in its own way, some time even the same provider is configuring PRI lines in multiple times, but often the problems are on receiving the calls (like calls with and without the area code, with or without the leading zero, etc. etc.)</div>
<div><br></div><div>Leandro</div><pre style="text-align:left;font-size:1.1em;overflow:auto;background-color:rgb(255,255,255)"><br></pre></div>