add another missing bit to sleep
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8946 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
df79f5f307
commit
2a5b1a9a60
|
@ -66,6 +66,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_sleep(switch_core_session_t *session,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (switch_core_session_private_event_count(session)) {
|
||||||
|
switch_ivr_parse_all_events(session);
|
||||||
|
}
|
||||||
|
|
||||||
if (args && (args->input_callback || args->buf || args->buflen)) {
|
if (args && (args->input_callback || args->buf || args->buflen)) {
|
||||||
switch_dtmf_t dtmf;
|
switch_dtmf_t dtmf;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue