[asterisk-bugs] [JIRA] (ASTERISK-22889) Segmentation fault when RTP going via ICE
Alexandr Byvaltsev (JIRA)
noreply at issues.asterisk.org
Fri Nov 22 04:10:04 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Byvaltsev updated ASTERISK-22889:
------------------------------------------
Description:
I have 2 servers with Asterisk 11.5, both have config like this:
[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
when i make 200 calls at one time from one asterisk to another, in dialplan
{quote}
007777 => {
Answer();
Wait(10);
Hangup();
};
{quote}
i got Segmentation fault in 1-5 minutes.
was:
I have 2 servers with Asterisk 11.5, both have config like this:
[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
when i make 200 calls at one time from one asterisk to another, in dialplan
007777 => {
Answer();
Wait(10);
Hangup();
};
i got Segmentation fault in 1-5 minutes.
> Segmentation fault when RTP going via ICE
> -----------------------------------------
>
> Key: ASTERISK-22889
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22889
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip, 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
> Attachments: backtrace-13_09.txt, backtrace.txt
>
>
> I have 2 servers with Asterisk 11.5, both have config like this:
> [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
> when i make 200 calls at one time from one asterisk to another, in dialplan
> {quote}
> 007777 => {
> Answer();
> Wait(10);
> Hangup();
> };
> {quote}
> i got Segmentation fault in 1-5 minutes.
--
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