[Home]

Summary:ASTERISK-24750: stun is in use although all conf files have icesupport=no
Reporter:Private Name (falves11)Labels:
Date Opened:2015-02-02 12:26:28.000-0600Date Closed:2015-02-02 12:58:53.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/Interoperability
Versions:13.1.1 Frequency of
Occurrence
Related
Issues:
Environment:linux 64Attachments:
Description:I get these messages
:21:47.752 icess0x7fab609  Candidate 12 added: comp_id=1, type=host, foundation=H813f5bb, addr=8.19.245.187:29966, base=8.19.245.187:29966, prio=0x7effffff (2130706431)
13:21:47.752 icess0x7fab609  Candidate 13 added: comp_id=1, type=host, foundation=H813f5bc, addr=8.19.245.188:29966, base=8.19.245.188:29966, prio=0x7effffff (2130706431)
13:21:47.752 icess0x7fab609  Candidate 14 added: comp_id=1, type=host, foundation=H813f5bd, addr=8.19.245.189:29966, base=8.19.245.189:29966, prio=0x7effffff (2130706431)
13:21:47.752 icess0x7fab609  Candidate 15 added: comp_id=1, type=host, foundation=H813f5c0, addr=8.19.245.192:29966, base=8.19.245.192:29966, prio=0x7effffff (2130706431)
13:21:47.752 icess0x7fab609  Destroying ICE session 0x7fab609370d8
13:21:47.752 stuse0x7fab60d  STUN session 0x7fab60749f28 destroy request, ref_cnt=4
13:21:47.752 stuse0x7fab601  STUN session 0x7fab6001f068 destroy request, ref_cnt=3
13:21:47.752  ice_session.c  ICE session 0x7fab609370d8 destroyed
13:21:47.752 stun_session.c  STUN session 0x7fab60749f28 destroyed
13:21:47.752 stun_session.c  STUN session 0x7fab6001f068 destroyed

and the CPU is very high. But have icesupport=no in both sip.conf and rtp.conf. There should be no calls to a stun server. Also, I did not configure any STUN or TURN server, so what is it doing?
Comments:By: Joshua C. Colp (jcolp) 2015-02-02 12:58:53.070-0600

This is not a bug. The candidates listed are interfaces on the local machine, no STUN or TURN sessions have been set up. When creating an RTP session it is initially created with ICE and then if disabled the support is turned off.