[Freeswitch-svn] [commit] r2291 - freeswitch/trunk/src/mod/endpoints/mod_iax
Freeswitch SVN
anthm at freeswitch.org
Mon Aug 14 15:03:36 EDT 2006
Author: anthm
Date: Mon Aug 14 15:03:36 2006
New Revision: 2291
Modified:
freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c
Log:
twiax (tweek-iax get it twiax... lol)
Modified: freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_iax/mod_iax.c Mon Aug 14 15:03:36 2006
@@ -934,9 +934,9 @@
/* Wait for an event. */
if ((iaxevent = iax_get_event(0)) == NULL) {
- switch_yield(1000);
+ switch_yield(100);
continue;
- } else if (iaxevent) {
+ } else {
struct private_object *tech_pvt = iax_get_private(iaxevent->session);
if (globals.debug && iaxevent->etype != IAX_EVENT_VOICE) {
More information about the Freeswitch-svn
mailing list