<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Dear all,<br><br></div>          
 I have enabled stun module and configured it in asterisk , but asterisk
 not using stun returned public ip address for any of the sip requests going out of my network.<br><br></div><div>i have done settings as below<br></div><div><br></div>res_stun_monitor.conf  settings:<br><br>[general]<br>stunaddr = <a href="http://stun.ideasip.com" target="_blank">stun.ideasip.com</a><br>stunrefresh = 30<br><br></div>stun show status<br>Hostname              Port    Period   Retries Status   ExternAddr  externport  <br><a href="http://stun.ideasip.com" target="_blank">stun.ideasip.com</a>   3478      30         3        OK       61.12.17.171     39710<br><br><br><br></div>sip.conf  <br>localnet=<a href="http://192.168.0.0/255.255.255.0" target="_blank">192.168.0.0/255.255.255.0</a><br>register=><a href="http://jai9999:123456:jai9999@sip2sip.info/jai9999" target="_blank">jai9999:123456:jai9999@sip2sip.info/jai9999</a><br><br></div>when above command runs , it is sending register method with my private ip address.<br><br>REGISTER sip:<a href="http://sip2sip.info" target="_blank">sip2sip.info</a> SIP/2.0<br>Via: SIP/2.0/UDP 192.168.0.187:5060;branch=z9hG4bK46d2b3e0<br>Max-Forwards: 70<br>From: <<a href="mailto:sip%3Ajai9999@sip2sip.info" target="_blank">sip:jai9999@sip2sip.info</a>>;tag=as555629a9<br>To: <<a href="mailto:sip%3Ajai9999@sip2sip.info" target="_blank">sip:jai9999@sip2sip.info</a>><br>Call-ID: <a href="mailto:1f5936433e03a04220179d002168e445@127.0.1.1" target="_blank">1f5936433e03a04220179d002168e445@127.0.1.1</a><br>CSeq: 105 REGISTER<br>Supported: replaces, timer<br>User-Agent: ALLO Gateway<br>Authorization: Digest username="jai9999", realm="<a href="http://sip2sip.info" target="_blank">sip2sip.info</a>", algorithm=MD5, uri="sip:<a href="http://sip2sip.info" target="_blank">sip2sip.info</a>", nonce="5436734f53ce50788ae694ed13978eff84bd0fe9", response="51420d5eeed33bd8468dde9373c9ff9f"<br>Expires: 3600<br>Contact: <<a href="http://sip:jai9999@192.168.0.187:5060" target="_blank">sip:jai9999@192.168.0.187:5060</a>><br>Content-Length: 0<br><br></div>In
 above packet VIA and CONTACT SIP-HEADERS contains the asterisk server 
private IP address which is behind the NAT , as per my understanding it 
supposed to be the public ip address of my network.<br><br></div>is this the expected behavior of asterisk while stun is enabled<br><br></div>Thnaks in advance<br><br><br></div>Thanks & Regards<br></div>Shivakumar</div>