[Freeswitch-svn] [commit] r3211 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Thu Oct 26 11:52:11 EDT 2006
Author: anthm
Date: Thu Oct 26 11:52:11 2006
New Revision: 3211
Modified:
freeswitch/trunk/src/switch_ivr.c
Log:
update
Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c (original)
+++ freeswitch/trunk/src/switch_ivr.c Thu Oct 26 11:52:11 2006
@@ -1927,7 +1927,7 @@
}
if (caller_channel && !switch_channel_ready(caller_channel)) {
- break;
+ goto notready;
}
if ((time(NULL) - start) > (time_t)timelimit_sec) {
@@ -2010,6 +2010,8 @@
}
}
+
+ notready:
if (!switch_channel_ready(caller_channel)) {
idx = IDX_CANCEL;
More information about the Freeswitch-svn
mailing list