[Freeswitch-branches] [commit] r10772 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax
FreeSWITCH SVN
gmaruzz at freeswitch.org
Mon Dec 15 09:30:02 PST 2008
Author: gmaruzz
Date: Mon Dec 15 12:30:02 2008
New Revision: 10772
Log:
skypiax: windoz portability
Modified:
freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c (original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c Mon Dec 15 12:30:02 2008
@@ -288,7 +288,7 @@
to.tv_usec = 10000;
to.tv_sec = 0;
//rt = select(fdselect + 1, &fs, NULL, NULL, &to);
- usleep(5000);
+ switch_sleep(5000);
rt = 1;
if (rt > 0) {
More information about the Freeswitch-branches
mailing list