[Home]

Summary:ASTERISK-02751: [patch] Frame debugging enhancements
Reporter:Paul Cadach (pcadach)Labels:
Date Opened:2004-11-06 12:25:35.000-0600Date Closed:2008-01-15 15:12:40.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) framedbg.diff
Description:This patch adds enhances "debug channel <x>" and "no debug channel <x>" with value "all" as <x> (without quotes, of course) if someone wants to see/unsee debugging for all existing and newly created channels.
Also, this patch fixes a small bug at ast_frame_dump(), missed break after AST_FRAME_CONTROL evaluation, and adds textual description for subclass -1 of control frames as "Stop generators".

****** ADDITIONAL INFORMATION ******

Disclaimer is on the file.

This patch provides two global variables - global_fin and global_fout with default values of chan->fin and chan->fout for newly created channels.
Comments:By: Mark Spencer (markster) 2004-11-07 01:18:55.000-0600

Added in CVS

By: Russell Bryant (russell) 2004-11-07 18:46:08.000-0600

included the stuff for frame.c in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:12:40.000-0600

Repository: asterisk
Revision: 4167

U   trunk/channel.c
U   trunk/channels/Makefile
A   trunk/channels/chan_features.c
U   trunk/channels/chan_local.c
U   trunk/cli.c
U   trunk/frame.c
U   trunk/pbx/pbx_dundi.c

------------------------------------------------------------------------
r4167 | markster | 2008-01-15 15:12:40 -0600 (Tue, 15 Jan 2008) | 2 lines

Add features (incomplete, highly experimental), fix DundiLookup app, debug improvements (bug ASTERISK-2751)

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

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