<div>Dear All</div>
<div>I have an application that calls for my Asterisk sip to be connected to an external sip server for voip routing . Please be informed that my Asterisk sip is at @<a href="http://192.168.0.2">192.168.0.2</a> and the external sip is at @<a href="http://192.168.0.139">192.168.0.139</a> . To this end , I modified my sip.conf &amp; extensions.conf as the followings :</div>

<div>Under sip.conf :</div>
<div>---------------------</div>
<div>[general]</div>
<div>register =&gt; <a href="http://toronto:welcome@192.168.0.139/osaka">toronto:welcome@192.168.0.139/osaka</a></div>
<div>[osaka]</div>
<div>type=friend</div>
<div>secret=welcome</div>
<div>context=osaka_incoming</div>
<div>host=dynamic</div>
<div>disallow=all</div>
<div>allow=alaw</div>
<div>[6672019]</div>
<div>type=friend</div>
<div>host=dynamic</div>
<div>context=phones</div>
<div> </div>
<div>Under extensions.conf :</div>
<div>---------------------------------</div>
<div>[osaka_incoming]</div>
<div>include=local-lines</div>
<div>[local-lines]</div>
<div>exten =&gt; _XXXXXXX,n,Dial(SIP/osaka/${EXTEN})</div>
<div> </div>
<div>Please find attached the log captured when making calls (the call cannot get through) .Can you please do me favor and let me know what is wrong in my sip configuration ?</div>
<div>Let me thank you in advance</div>
<div> </div>