提交 d5856a41 authored 作者: Nathan Neulinger's avatar Nathan Neulinger

FS-477 fix inappropriate firing of timeout after call proceeds --resolve

上级 fe36c8cc
......@@ -773,6 +773,9 @@ switch_status_t channel_on_routing(switch_core_session_t *session)
switch_channel_get_variable(channel, "skinny_device_name"), switch_channel_get_variable(channel, "skinny_device_instance"),
switch_channel_get_name(channel));
}
/* clear digit timeout time */
listener->digit_timeout_time = 0;
/* Future bridge should go straight */
switch_set_flag_locked(tech_pvt, TFLAG_FORCE_ROUTE);
break;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论