[Home]

Summary:ASTERISK-05382: [patch] add some warning messages to sip thread if its getting bogged down
Reporter:Steve Davies . (stevedavies)Labels:
Date Opened:2005-10-28 05:02:12Date Closed:2008-01-15 15:53:00.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-debugboggeddownsip.patch
Description:This patch adds some warning messages to the sip thread main loop if it finds itself running more that 20 IOs or tasks all at once.

This provides an early warning of overload,

If the thread gets into this situation then jitter/audio quality will suffer - the early warning can save a lot of other hunting for the cause.

Regards,
Steve
Comments:By: Kevin P. Fleming (kpfleming) 2005-10-31 17:26:42.000-0600

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:53:00.000-0600

Repository: asterisk
Revision: 6908

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r6908 | kpfleming | 2008-01-15 15:52:59 -0600 (Tue, 15 Jan 2008) | 2 lines

add some warning message for when chan_sip gets overloaded (issue ASTERISK-5382)

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

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