提交 4545efe1 authored 作者: Giovanni Maruzzelli's avatar Giovanni Maruzzelli

skypiax: send_silence_when_idle seems to solve the ghost voice during IVR prompts, thx anthm

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16648 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 94b1948a
......@@ -1036,8 +1036,8 @@ void *skypiax_do_tcp_cli_thread_func(void *obj)
fd_set fs;
struct timeval to;
int waitin;
int big_waitin=40;
int lil_waitin=20;
//int big_waitin=40;
//int lil_waitin=20;
int big_waited;
if (!(running && tech_pvt->running))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论