提交 2a5b1a9a authored 作者: Anthony Minessale's avatar Anthony Minessale

add another missing bit to sleep

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8946 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 df79f5f3
......@@ -66,6 +66,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_sleep(switch_core_session_t *session,
break;
}
if (switch_core_session_private_event_count(session)) {
switch_ivr_parse_all_events(session);
}
if (args && (args->input_callback || args->buf || args->buflen)) {
switch_dtmf_t dtmf;
......@@ -86,7 +90,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_sleep(switch_core_session_t *session,
status = SWITCH_STATUS_BREAK;
}
}
if (args->input_callback) {
switch_event_t *event = NULL;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论