Discussion:
[asterisk-dev] Not able to see stun logs
Balraj Singh
2018-10-08 20:31:17 UTC
Permalink
Hi all,
Following is my rtp.conf config for Asterisk installed on AWS which also
has a NAT in front of it and using a gateway too.

[general]rtpstart=10002rtpend=20000rtcpinterval=9998rtpchecksums=nostrictrtp=noicesupport=yesstunaddr=stun.l.google.com:19302;stunaddr=xx.xx.xx.xx:3478
;

I have set stun debugging on using :

stun set debug on

I’m unable to see any logs with respect to stun. I simulated the same thing
without a gateway on another asterisk installed on AWS with NAT in front of
it. I’m able to see the stun logs.
I tried with both Google’s stun server and my private stun server. Same
results.

Asterisk Version : 15.4.0
OS: CentOS with NAT and gateway and Ubuntu with NAT.

Please let me know if I’m doing anything wrong or you require to see more
configurations to debug the issue.
--
*Thanks, *
*Balraj Singh Saini,*
*ZeMoSo Technologies.*
Matt Fredrickson
2018-10-10 18:07:35 UTC
Permalink
Post by Balraj Singh
Hi all,
Following is my rtp.conf config for Asterisk installed on AWS which also has a NAT in front of it and using a gateway too.
[general]
rtpstart=10002
rtpend=20000
rtcpinterval=9998
rtpchecksums=no
strictrtp=no
icesupport=yes
stunaddr=stun.l.google.com:19302
;stunaddr=xx.xx.xx.xx:3478 ;
stun set debug on
I’m unable to see any logs with respect to stun. I simulated the same thing without a gateway on another asterisk installed on AWS with NAT in front of it. I’m able to see the stun logs.
I tried with both Google’s stun server and my private stun server. Same results.
Asterisk Version : 15.4.0
OS: CentOS with NAT and gateway and Ubuntu with NAT.
Please let me know if I’m doing anything wrong or you require to see more configurations to debug the issue.
This is probably a more appropriate question for the -users list.

If I'm reading main/stun.c correctly, I think that particular debug
command only displays debug messages upon packet reception (not
transmission). It might be worth taking a pcap to verify whether or
not you see outbound stun packet traffic to your stun server as well.

Best wishes.
--
Matthew Fredrickson
Digium - A Sangoma Company | Asterisk Project Lead
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Astricon is coming up October 9-11! Signup is available at: https://www.asterisk.org/community/astricon-user-conference

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http:/
Continue reading on narkive:
Loading...