Dear all,

           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.

i have done settings as below

res_stun_monitor.conf  settings:

[general]
stunaddr = stun.ideasip.com
stunrefresh = 30

stun show status
Hostname              Port    Period   Retries Status   ExternAddr
externport
stun.ideasip.com   3478      30         3        OK       61.12.17.171
39710



sip.conf
localnet=192.168.0.0/255.255.255.0
register=>jai9999:123456:[email protected]/jai9999

when above command runs , it is sending register method with my private ip
address.

REGISTER sip:sip2sip.info SIP/2.0
Via: SIP/2.0/UDP 192.168.0.187:5060;branch=z9hG4bK46d2b3e0
Max-Forwards: 70
From: <sip:[email protected]>;tag=as555629a9
To: <sip:[email protected]>
Call-ID: [email protected]
CSeq: 105 REGISTER
Supported: replaces, timer
User-Agent: ALLO Gateway
Authorization: Digest username="jai9999", realm="sip2sip.info",
algorithm=MD5, uri="sip:sip2sip.info",
nonce="5436734f53ce50788ae694ed13978eff84bd0fe9",
response="51420d5eeed33bd8468dde9373c9ff9f"
Expires: 3600
Contact: <sip:[email protected]:5060>
Content-Length: 0

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.

is this the expected behavior of asterisk while stun is enabled

Thnaks in advance


Thanks & Regards
Shivakumar
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to