<div>Hi,</div>
<div> </div>
<div>I am trying to dial a registered user via his IP:Port mechanism, but problem is that the audio data is not reaching to dialed user. here is the scenario.</div>
<div> </div>
<div>caller and callee both are registered at asterisk server. asterisk server is on public ip so no port forwarding and natting necessary there. however caller and callee both are behind router and there is port forwarding enabled and nat=yes, qualify=yes in sip.conf for both users.</div>

<div> </div>
<div>callee user name:        adf</div>
<div>callee local ip/port:      <a href="http://192.168.0.10:5678">192.168.0.10:5678</a></div>
<div>callee router ip:           116.79.x.x</div>
<div> </div>
<div>when we simply dial callee as Dial(SIP/adf) RTP stream reaches perfectly fine to 192.168.0.10 through router and INVITE is sent to local ip through router.</div>
<div><span lang="EN"></span> </div>
<div><span lang="EN">INVITE <a href="http://sip:adf@192.168.0.10:5678">sip:adf@192.168.0.10:5678</a> SIP/2.0 (asterisk somehow manages to contact local ip through router and sends rtp there)</span></div>
<div> </div>
<div>but problem arises when i dial using IP:Port combination like this</div>
<div> </div>
<div>Dial(<a href="mailto:SIP/adf@116.79.x.x:5678">SIP/adf@116.79.x.x:5678</a>)</div>
<div> </div>
<div>In this case INVITE is sent to router ip instead of local ip through router.</div>
<div><span lang="EN"></span> </div>
<div><span lang="EN">INVITE sip:adf@116.79.x.x:5678 SIP/2.0   (asterisk sends rtp to router ip and not local ip)</span></div>
<div> </div>
<div>Similerly TO header also has same ip as INVITE. I think in IP dial rtp is not reaching to local ip through router as INVTE is meant for router ip and asterisk does not know where to send rtp stream after sending it to router.</div>

<div> </div>
<div>how can this issue be resolved? is there something to be done at router confiurations or sip.conf parameters. I have already played with nat/qualify/canreinvite/directrtp/externip etc parameters.</div>
<div> </div>
<div>regards,</div>
<div> </div>
<div>Nasir Javaid</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>