[Home]

Summary:ASTERISK-04407: [patch] separate jitterbuffer debugging from iax debugging
Reporter:grolloj (grolloj)Labels:
Date Opened:2005-06-13 14:19:38Date Closed:2008-01-15 15:38:43.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_iax_debug.patch.txt
Description:Currently, if you enable iax debugging from the CLI with 'iax2 debug' and the new jitterbuffer is in use, the output contains a lot of 'vvvvvovvvv's from the jitterbuffer debugging output. This makes reading just the iax debugging or the jb debugging harder.

This patch adds the cli commands 'iax2 jb debug' and 'iax2 no jb debug' to enable/disable only the jb debugging output. 'iax2 debug' will not enable the jb debugging output. I've added a 'iax2 no trunk debug' command to complement the existing 'iax2 trunk debug' command.

Additionally, I've removed the 'reallydeliver' parameter from the schedule_delivery function. The one instance where 'reallydeliver' was false is no longer in the code, so this is just a clean up.

Comments:By: Kevin P. Fleming (kpfleming) 2005-06-20 21:01:28

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:38:43.000-0600

Repository: asterisk
Revision: 5947

U   trunk/channels/chan_iax2.c
U   trunk/jitterbuf.c

------------------------------------------------------------------------
r5947 | kpfleming | 2008-01-15 15:38:42 -0600 (Tue, 15 Jan 2008) | 2 lines

separate IAX2 protocol debugging and jitterbuffer debugging (bug ASTERISK-4407)

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

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