提交 22efebc3 authored 作者: Brian West's avatar Brian West

FS-4956 --resolve

上级 1ea1773b
......@@ -2003,6 +2003,9 @@ static switch_status_t on_dtmf(switch_core_session_t *session, void *input, swit
if (!(terminators = switch_channel_get_variable(channel, SWITCH_PLAYBACK_TERMINATORS_VARIABLE))) {
terminators = "*";
}
if (!strcasecmp(terminators, "any")) {
terminators = "1234567890*#";
}
if (!strcasecmp(terminators, "none")) {
terminators = NULL;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论