提交 14a8cde3 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Mike Jerris

FS-9932: [freeswitch-core] Error with group confirm feature combined with…

FS-9932: [freeswitch-core] Error with group confirm feature combined with enterprise originate #resolve
上级 862667f7
...@@ -1684,7 +1684,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_enterprise_originate(switch_core_sess ...@@ -1684,7 +1684,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_enterprise_originate(switch_core_sess
continue; continue;
} }
if (channel && handles[i].cause && handles[i].cause != SWITCH_CAUSE_SUCCESS) { if (getcause && channel && handles[i].cause && handles[i].cause != SWITCH_CAUSE_SUCCESS) {
switch_channel_handle_cause(channel, handles[i].cause); switch_channel_handle_cause(channel, handles[i].cause);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论