[Home]

Summary:ASTERISK-05036: [patch] Make rtp handling a bit more stable
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-09-09 08:03:51Date Closed:2008-01-15 15:48:07.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) rtpsafe.txt
Description:This is not a fix, but a prevention of crashes...

During debugging of several problems reported in the bug tracker, I've seen random crashes on ast_rtp* functions. Something happens when the call is not up or after it's down that triggers this, I haven't been able to get full debug logs that tell me when it happens and on which calls. This fix will prevent those crashes while we are trying to find the rest of the bugs...
Comments:By: Kevin P. Fleming (kpfleming) 2005-09-13 22:16:48

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:48:07.000-0600

Repository: asterisk
Revision: 6584

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r6584 | kpfleming | 2008-01-15 15:48:07 -0600 (Tue, 15 Jan 2008) | 2 lines

make RTP handling errors less likely to crash Asterisk (issue ASTERISK-5036)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6584