提交 0cf60f6c authored 作者: Stanislav Sinyagin's avatar Stanislav Sinyagin

FS-7927 typo in variable name: eavesdrop_annnounce_macro

上级 59cf3a81
...@@ -1880,7 +1880,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_eavesdrop_session(switch_core_session ...@@ -1880,7 +1880,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_eavesdrop_session(switch_core_session
switch_core_session_get_read_impl(session, &read_impl); switch_core_session_get_read_impl(session, &read_impl);
if ((id_name = switch_channel_get_variable(tchannel, "eavesdrop_announce_id"))) { if ((id_name = switch_channel_get_variable(tchannel, "eavesdrop_announce_id"))) {
const char *tmp = switch_channel_get_variable(tchannel, "eavesdrop_annnounce_macro"); const char *tmp = switch_channel_get_variable(tchannel, "eavesdrop_announce_macro");
if (tmp) { if (tmp) {
macro_name = tmp; macro_name = tmp;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论