[Home]

Summary:ASTERISK-10268: [patch] avoid a bad ast_debug
Reporter:Clod Patry (junky)Labels:
Date Opened:2007-09-10 07:49:18Date Closed:2007-09-10 08:23:33
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug.diff
Description:with recent change to ast_debug in trunk,
a call to ast_debug was bad, and even if you have debug to off, this debug is always present:

clea*CLI> core set debug off
Core debug is now OFF
 == Parsing '/etc/asterisk/manager.conf':   == Found
 == Parsing '/etc/asterisk/manager.conf':   == Found
   -- <SIP/64.15.69.138-b6525060> Playing 'digits/1.ulaw' (language 'fr')
[Sep  9 18:54:08] DEBUG[7869]: res_agi.c:586 handle_streamfile: Ooh, found a video stream, too
Comments:By: Digium Subversion (svnbot) 2007-09-10 08:23:33

Repository: asterisk
Revision: 82076

------------------------------------------------------------------------
r82076 | file | 2007-09-10 08:23:32 -0500 (Mon, 10 Sep 2007) | 6 lines

(closes issue ASTERISK-10268)
Reported by: junky
Patches:
     debug.diff uploaded by junky (license 177)
Fix issue with debug always showing up.

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