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
This commit is contained in:
Giovanni Maruzzelli 2010-02-15 20:34:27 +00:00
parent 94b1948a57
commit 4545efe185
1 changed files with 2 additions and 2 deletions

View File

@ -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))