[asterisk-bugs] [JIRA] (ASTERISK-20499) Crash in libsrtp srtp_unprotect_rtcp when SIP channel is bridged with non-optimizing Local channel
tootai (JIRA)
noreply at issues.asterisk.org
Wed Oct 17 09:40:30 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
tootai updated ASTERISK-20499:
------------------------------
Status: Waiting for Feedback (was: Waiting for Feedback)
Sorry for the missing action concerning feedback, will remember now.
Dialplan to get core dump is easy:
exten => 800,1,Dial(Local/600 at demo,,) ;call echo test
exten => 800,n,Hangup
I replace this sequence with
exten => 800,1,Playback(echo-test)
exten => 800,n,Echo
exten => 800,n,Playback(demo-echodone)
exten => 800,n,Hangup
and guess what, no more core dump!
So Local channel seems to be the cause. Have to stop to use it as I already have an open bug with him: ASTERISK-19763 ;-)
Thanks for your support, feel free to ask me if you want further details, logs or tests.
--
Daniel
> Crash in libsrtp srtp_unprotect_rtcp when SIP channel is bridged with non-optimizing Local channel
> --------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-20499
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20499
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/SRTP
> Affects Versions: 10.8.0
> Environment: RHEL 5.8 on IBM X3650 M4 - 12 core - Xeon E5-2640 @ 2,50 ghz
> Reporter: tootai
> Assignee: tootai
> Severity: Critical
> Attachments: backtrace.txt, coredump20121001205609.txt, gdb.txt
>
>
> A call from snom320 in SRTP mode to echo test or to another phone *NOT* using SRTP is OK. Now we installed PhonerLite softphone with TLS/SRTP stuf and test with echo test: everything is OK too.
> Now PhonerLite calls the snom: asterisk coredump after 3~5 seconds and we are NOT able to make anymore SRTP calls after this, they all crash asterisk. We had this issue with 10.7.0 and 10.8.0
> We have logfiel from strace as well as coredump.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list