Hi!
I configured stun in rtp.conf and res_stun_monitor.conf
in the asterisk CLI>stun show status
Hostname Port Period Retries Status ExternAddr ExternPort
stun.mystunserver.com 3478 30 3 OK 186.7.x.x 41780
it display my external ip address properly
but when I run
[code]asterisk CLI> sip show settings
Network Settings:
SIP address remapping: Disabled
Externhost:
Externaddr: (null)
Externrefresh: 180
Localnet: 192.168.0.0/255.255.0.0
10.0.0.0/255.255.0.0[/code]
I don’t see the external address.
Why? What I have to do?