From 4545efe1852e3d1a51d2703536652618d4b118a4 Mon Sep 17 00:00:00 2001
From: Giovanni Maruzzelli <gmaruzz@gmail.com>
Date: Mon, 15 Feb 2010 20:34:27 +0000
Subject: [PATCH] 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
---
 src/mod/endpoints/mod_skypiax/skypiax_protocol.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mod/endpoints/mod_skypiax/skypiax_protocol.c b/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
index 4dc493ba2a..3e363c6b5f 100644
--- a/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
+++ b/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
@@ -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))