<div dir="ltr">thank you for your response but i think that the issue is related to the RTP because i can call all numbers with the same format<div><br></div><div>when i call any number except 0033149xxxxxx i get the same adress from provider  only with this number cnfigurerd in ip-phone in our network i get this error</div><div><br></div><div>best regards<br><div><br></div><div><div>number works without issue </div><div><br></div><div> Using SIP RTP TOS bits 184</div><div>  == Using SIP RTP CoS mark 5</div><div>    -- Called SIP/FD/0033661223291</div><div>    -- SIP/FD-0000011f is making progress passing it to SIP/306-0000011e</div><div>       > 0x2afee8182fa0 -- Probation passed - setting RTP source address to <a href="http://192.168.1.212:12728">192.168.1.212:12728</a>         ip adress of my x-lite</div><div>       > 0x2afee822e480 -- Probation passed - setting RTP source address to <a href="http://217.195.31.148:43486">217.195.31.148:43486</a>        ip adress of provider</div><div>        SIP/FD-0000011f answered SIP/306-0000011e</div><div>       > 0x2afee822e480 -- Probation passed - setting RTP source address to <a href="http://217.195.31.148:43486">217.195.31.148:43486</a>         the same ip adress and the same port</div><div><br></div><div><br></div><div><br></div><div><br></div><div>number with error</div><div><br></div><div> Using SIP RTP TOS bits 184</div><div>  == Using SIP RTP CoS mark 5</div><div><br></div><div><br></div><div>- Called SIP/FD/0033149xxxxxx</div><div>   SIP/FD-0000011d is making progress passing it to SIP/306-0000011c</div><div>     > 0x2afee8182fa0 -- Probation passed - setting RTP source address to <a href="http://192.168.1.212:47452">192.168.1.212:47452</a>    ip adress of my x-lite</div><div>     > 0xc7452e0 -- Probation passed - setting RTP source address to <a href="http://217.195.31.146:23392">217.195.31.146:23392</a>        ip adress of provider</div><div>     Got SIP response 556 "No address found" back from <a href="http://217.195.31.129:5060">217.195.31.129:5060</a>                       not the same ip and port </div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-25 13:47 GMT+00:00 A J Stiles <span dir="ltr"><<a href="mailto:asterisk_list@earthshod.co.uk" target="_blank">asterisk_list@earthshod.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">** THIS IS NOT WHERE YOUR REPLY BELONGS **<br>
<span class=""><br>
On Wednesday 25 Mar 2015, Salaheddine Elharit wrote:<br>
> tnaks for your response but the number dialed exist and i can call this<br>
> number when i configure the trunk directly in x-lite and i call call also<br>
> this number from my cell phone .<br>
> any help<br>
> thanks and regards<br>
<br>
</span>Make sure you are sending the number in the correct format, when you Dial()<br>
via your trunk.  Some providers want you to omit the leading zero from the STD<br>
code.  Others want you to include it.  Others still want you to include the<br>
IDD code  (and then definitely leave out the 0, just like you were phoning home<br>
from abroad).<br>
<br>
My home phone number is (01332) XXXXXX.  To call it, you might have to Dial()<br>
any of the following  (assuming OUTSIDE is defined elsewhere):<br>
<br>
Dial(${OUTSIDE}/01332XXXXXX, 60)                ; with leading 0<br>
Dial(${OUTSIDE}/1332XXXXXX, 60)         ; without leading 0<br>
Dial(${OUTSIDE}/441332XXXXXX, 60)       ; with IDD code<br>
<br>
If you don't know what format your telco are expecting and have to determine<br>
by experiment, it probably would be easiest to set up an extension which just<br>
makes a call to one fixed number -- your own mobile is as good as anything<br>
else.<br>
<br>
To remove the leading 0 from ${EXTEN} , you can use ${EXTEN:1} which omits one<br>
digit from the beginning.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
AJS<br>
<br>
Note:  Originating address only accepts e-mail from list!  If replying off-<br>
list, change address to asterisk1list at earthshod dot co dot uk .<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</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></div>