[Freeswitch-svn] [commit] r4326 - freeswitch/trunk/src
Freeswitch SVN
mmurdock at freeswitch.org
Mon Feb 19 12:00:30 EST 2007
Author: mmurdock
Date: Mon Feb 19 12:00:29 2007
New Revision: 4326
Modified:
freeswitch/trunk/src/switch_ivr.c
Log:
Fix indents to tabs in previous commit
Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c (original)
+++ freeswitch/trunk/src/switch_ivr.c Mon Feb 19 12:00:29 2007
@@ -4406,10 +4406,11 @@
if (!match) {
if (*menu->buf) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "IVR menu '%s' caught invalid input '%s'\n", menu->name, menu->buf);
- if (menu->invalid_sound) {
- play_or_say(session, menu, menu->invalid_sound, 0);
- }
- } else {
+ if (menu->invalid_sound) {
+ play_or_say(session, menu, menu->invalid_sound, 0);
+ }
+ }
+ else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "IVR menu '%s' no input detected\n", menu->name);
}
errs++;
More information about the Freeswitch-svn
mailing list