[asterisk-bugs] [Asterisk 0018556]: [patch] Up to 6 [DEBUG] messages forced to console on every call
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Feb 4 10:55:42 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18556
======================================================================
Reported By: kkm
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18556
Category: Channels/General
Reproducibility: always
Severity: tweak
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-2829
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 300039
Request Review:
======================================================================
Date Submitted: 2010-12-29 23:30 CST
Last Modified: 2011-02-04 10:55 CST
======================================================================
Summary: [patch] Up to 6 [DEBUG] messages forced to console
on every call
Description:
These do not obey `core set debug N'
[2010-12-29 20:34:33.122] DEBUG[29223]: channel.c:6045
ast_set_owners_and_peers: setting peeraccount to XxxxxTest for
SIP/dyn-XxxxxxTest-2314-00000005 from data on channel SIP/xxxxx-in-00000004
[2010-12-29 20:34:33.123] DEBUG[29223]: channel.c:6050
ast_set_owners_and_peers: setting peeraccount to XxxxxxTest for
SIP/xxxxx-in-00000004 from data on channel SIP/dyn-XxxxxxTest-2314-00000005
And printed on every call.
First found in 1.8.1.
Patch follows.
======================================================================
----------------------------------------------------------------------
(0131504) svnbot (reporter) - 2011-02-04 10:55
https://issues.asterisk.org/view.php?id=18556#c131504
----------------------------------------------------------------------
Repository: asterisk
Revision: 306258
U trunk/addons/chan_ooh323.c
U trunk/apps/app_fax.c
U trunk/apps/app_meetme.c
U trunk/apps/app_rpt.c
U trunk/apps/app_voicemail.c
U trunk/cel/cel_radius.c
U trunk/channels/chan_dahdi.c
U trunk/channels/chan_gtalk.c
U trunk/channels/chan_iax2.c
U trunk/channels/chan_misdn.c
U trunk/channels/chan_sip.c
U trunk/channels/chan_skinny.c
U trunk/channels/sig_pri.c
U trunk/codecs/codec_ilbc.c
U trunk/include/asterisk/channel.h
U trunk/include/asterisk/sched.h
U trunk/main/app.c
U trunk/main/audiohook.c
U trunk/main/channel.c
U trunk/main/features.c
U trunk/main/http.c
U trunk/main/logger.c
U trunk/main/manager.c
U trunk/main/pbx.c
U trunk/main/say.c
U trunk/main/taskprocessor.c
U trunk/main/xmldoc.c
U trunk/pbx/pbx_loopback.c
U trunk/pbx/pbx_spool.c
U trunk/res/ais/evt.c
U trunk/res/res_agi.c
U trunk/res/res_config_ldap.c
U trunk/res/res_http_post.c
U trunk/res/res_jabber.c
U trunk/res/res_musiconhold.c
U trunk/res/res_odbc.c
U trunk/res/res_rtp_asterisk.c
U trunk/res/res_smdi.c
U trunk/utils/extconf.c
------------------------------------------------------------------------
r306258 | pabelanger | 2011-02-04 10:55:41 -0600 (Fri, 04 Feb 2011) | 7
lines
Replace ast_log(LOG_DEBUG, ...) with ast_debug()
(closes issue https://issues.asterisk.org/view.php?id=18556)
Reported by: kkm
Review: https://reviewboard.asterisk.org/r/1071/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=306258
Issue History
Date Modified Username Field Change
======================================================================
2011-02-04 10:55 svnbot Checkin
2011-02-04 10:55 svnbot Note Added: 0131504
======================================================================
More information about the asterisk-bugs
mailing list