skypiax: tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16849 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4214698ec1
commit
7cd8180f4a
|
@ -815,7 +815,6 @@ void *skypiax_do_tcp_srv_thread_func(void *obj)
|
||||||
|
|
||||||
if (tech_pvt->skype_callflow != CALLFLOW_STATUS_REMOTEHOLD) {
|
if (tech_pvt->skype_callflow != CALLFLOW_STATUS_REMOTEHOLD) {
|
||||||
len = recv(fd, (char *) srv_in, 640, 0);
|
len = recv(fd, (char *) srv_in, 640, 0);
|
||||||
skypiax_sleep(5000);
|
|
||||||
} else {
|
} else {
|
||||||
skypiax_sleep(10000);
|
skypiax_sleep(10000);
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue