From: Mathieu Rene Date: Mon, 17 Aug 2009 23:03:49 +0000 (+0000) Subject: DP-4 X-Git-Tag: v1.0.6~2040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf19a415abf28034eb6f5f9c4fc45f70aaa07e7e;p=thirdparty%2Ffreeswitch.git DP-4 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14548 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 5df791bfbc..176ddf034d 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -971,6 +971,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_collect_digits_count(switch_core_sess if (abs_timeout) { abs_elapsed = (uint32_t) ((switch_micro_time_now() - started) / 1000); if (abs_elapsed >= abs_timeout) { + status = SWITCH_STATUS_TIMEOUT; break; } }