[Freeswitch-trunk] [commit] r13650 - freeswitch/trunk/src
FreeSWITCH SVN
brian at freeswitch.org
Fri Jun 5 13:37:43 PDT 2009
Author: brian
Date: Fri Jun 5 15:37:43 2009
New Revision: 13650
Log:
move this debug line back to the right place
Modified:
freeswitch/trunk/src/switch_ivr_async.c
Modified: freeswitch/trunk/src/switch_ivr_async.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_async.c (original)
+++ freeswitch/trunk/src/switch_ivr_async.c Fri Jun 5 15:37:43 2009
@@ -1014,8 +1014,8 @@
switch_channel_queue_dtmf(channel, &dtmf);
p++;
}
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "DTMF DETECTED: [%s]\n", digit_str);
}
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "DTMF DETECTED: [%s]\n", digit_str);
switch_core_media_bug_set_read_replace_frame(bug, frame);
}
break;
More information about the Freeswitch-trunk
mailing list