]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4924 --resolve I guess we don't need it at all....
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 9 Dec 2012 19:16:25 +0000 (13:16 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 9 Dec 2012 19:16:25 +0000 (13:16 -0600)
src/switch_ivr_menu.c

index 4b73f587939926f26ba14b24120a82d3eecbf2f1..e0ac169bf625cb9f8a9d46abe129a7690b16f074 100644 (file)
@@ -585,9 +585,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_menu_execute(switch_core_session_t *s
                                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "IVR menu '%s' no input detected\n", menu->name);
                        }
                        errs++;
-                       if (status == SWITCH_STATUS_SUCCESS) {
-                               status = switch_ivr_sleep(session, 1000, SWITCH_FALSE, NULL);
-                       }
+
                        /* breaks are ok too */
                        if (SWITCH_STATUS_IS_BREAK(status)) {
                                status = SWITCH_STATUS_SUCCESS;