[asterisk-bugs] [JIRA] (ASTERISK-22921) Segmentation fault when RTP going via ICE
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Nov 27 08:32:05 CST 2013
Matt Jordan created ASTERISK-22921:
--------------------------------------
Summary: Segmentation fault when RTP going via ICE
Key: ASTERISK-22921
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22921
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/General, Resources/res_rtp_asterisk
Affects Versions: 11.2.0, 11.5.0, 11.6.0
Environment: Debian 7.2 on Intel(R) Core(TM) i5-3330 CPU @ 3.00GHz, Debian 7.0 on Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
Reporter: Alexandr Byvaltsev
Severity: Critical
I have 2 servers with Asterisk 11.5, both have config like this:
{noformat}
[trunk_74]
type=friend
host=192.168.66.99
port=5060
disallow=all
allow=alaw
context=trunk_74_in
t38pt_udptl=no
call-limit=0
qualify=no
canreinvite=no
dtmfmode=inband
nat=force_rport,comedia
avpf=yes
icesupport=yes
videosupport=no
directmedia=no
encryption=yes
{noformat}
when i make 200 calls at one time from one asterisk to another, in dialplan
{noformat}
007777 => {
Answer();
Wait(10);
Hangup();
};
{noformat}
i got Segmentation fault in 1-5 minutes, only when i used icesupport=yes.
Same problem i have when sip users connect to Asterisk from browser Chrome over WEBRTC.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list