[asterisk-bugs] [JIRA] (ASTERISK-20499) Crash in libsrtp srtp_unprotect_rtcp when SIP channel is bridged with non-optimizing Local channel
Jonathan Rose (JIRA)
noreply at issues.asterisk.org
Wed Dec 12 10:40:45 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Rose updated ASTERISK-20499:
-------------------------------------
Attachment: asterisk_srtp_unprotect_patch.diff
Ok, I'm attaching asterisk_srtp_unprotect_patch right now.
Here's what I want you to do:
For each box you are testing with, check out a fresh version of Asterisk 10 from the svn repository.
$ svn co http://svn.asterisk.org/svn/asterisk/branches/10
$ cd 10
<at this point download the patch to the working directory>
$ patch -p0 < asterisk_srtp_unprotect_patch.diff
$ ./configure --enable-dev-mode
$ make
$ make uninstall
$ make install
All the above is just to make sure everything is cleared out and we are at the same starting point. There should be absolutely no modifications to chan_sip.c or anything.
Start asterisk and turn on sip debug.
More information about the asterisk-bugs
mailing list