<div>Dear All</div>
<div>Can you please let me know how can I define incoming route to accept incoming calls from an external sip server? </div>
<div>I have defined the following profile for my sip phone :</div>
<div>Under sip.conf :</div>
<div>---------------------</div>
<div>[osaka]</div>
<div>type=friend</div>
<div>context=sip-outgoing</div>
<div>host=192.168.0.139</div>
<div>disallow=all</div>
<div>allow=alaw</div>
<div>[6672019]</div>
<div>type=friend</div>
<div>context=sip-outgoing</div>
<div>canreinvite=no</div>
<div>host=dynamic</div>
<div>nat=no</div>
<div> </div>
<div>Under extensions.conf :</div>
<div>--------------------------------</div>
<div>[sip-outgoing]</div>
<div>include=sip_outgoing</div>
<div>[sip_outgoing]</div>
<div>exten =&gt; _XXXXXXX,1,Dial(SIP/osaka/${EXTEN})</div>
<div>[line-incoming]</div>
<div>exten =&gt; _6XXXXXX,1,Dial(SIP/${EXTEN})</div>
<div> </div>
<div>Please be informed that the sip outbound toward the external sip server is quite ok , but sip incoming is not working . Can you please let me know why my incoming route is not working properly ?</div>
<div>Thank you</div>
<div> </div>