]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
skypiax: tweak
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Mon, 1 Mar 2010 09:53:11 +0000 (09:53 +0000)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Mon, 1 Mar 2010 09:53:11 +0000 (09:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16849 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_skypiax/skypiax_protocol.c

index 74eb929e77a3785cc46d41803f346ba39e101295..57d4fa3e60dfcd11eae32cf2067df30daec36149 100644 (file)
@@ -815,7 +815,6 @@ void *skypiax_do_tcp_srv_thread_func(void *obj)
 
                                                if (tech_pvt->skype_callflow != CALLFLOW_STATUS_REMOTEHOLD) {
                                                        len = recv(fd, (char *) srv_in, 640, 0);
-                                                       skypiax_sleep(5000);
                                                } else {
                                                        skypiax_sleep(10000);
                                                        continue;