提交 9485b146 authored 作者: Dragos Oancea's avatar Dragos Oancea 提交者: Andrey Volk

FS-11926: rename chan var to 'execute_on_fax_close_detect' to prevent it collide…

FS-11926: rename chan var to 'execute_on_fax_close_detect' to prevent it collide with 'execute_on_fax_detect'
(switch_channel_execute_on() would have run them both)
上级 216d8414
......@@ -2230,7 +2230,7 @@ static switch_bool_t tone_detect_callback(switch_media_bug_t *bug, void *user_da
}
break;
case SWITCH_ABC_TYPE_CLOSE:
switch_channel_execute_on(switch_core_session_get_channel(cont->session), "execute_on_fax_detect_close");
switch_channel_execute_on(switch_core_session_get_channel(cont->session), "execute_on_fax_close_detect");
break;
case SWITCH_ABC_TYPE_READ_REPLACE:
case SWITCH_ABC_TYPE_WRITE_REPLACE:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论