[asterisk-commits] murf: branch murf/bug6683 r69953 - /team/murf/bug6683/channels/chan_zap.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 19 11:03:24 CDT 2007
Author: murf
Date: Tue Jun 19 11:03:24 2007
New Revision: 69953
URL: http://svn.digium.com/view/asterisk?view=rev&rev=69953
Log:
Oops. forgot one debug
Modified:
team/murf/bug6683/channels/chan_zap.c
Modified: team/murf/bug6683/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug6683/channels/chan_zap.c?view=diff&rev=69953&r1=69952&r2=69953
==============================================================================
--- team/murf/bug6683/channels/chan_zap.c (original)
+++ team/murf/bug6683/channels/chan_zap.c Tue Jun 19 11:03:24 2007
@@ -7095,7 +7095,6 @@
case SIG_FXSKS:
case SIG_FXSGS:
if (i->cid_start == CID_START_POLARITY || i->cid_start == CID_START_POLARITY_IN) {
- ast_log(LOG_DEBUG,"ZT_EVENT_POLARITY: START_POLARITY_*\n");
i->polarity = POLARITY_REV;
ast_verbose(VERBOSE_PREFIX_2 "Starting post polarity "
"CID detection on channel %d\n",
More information about the asterisk-commits
mailing list