From: Anthony Minessale Date: Sun, 9 Dec 2012 19:16:25 +0000 (-0600) Subject: FS-4924 --resolve I guess we don't need it at all.... X-Git-Tag: v1.3.10~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2cbea6d92f665233821641145a6742bed2f08d5;p=thirdparty%2Ffreeswitch.git FS-4924 --resolve I guess we don't need it at all.... --- diff --git a/src/switch_ivr_menu.c b/src/switch_ivr_menu.c index 4b73f58793..e0ac169bf6 100644 --- a/src/switch_ivr_menu.c +++ b/src/switch_ivr_menu.c @@ -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;