reduce the yields

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12193 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-02-20 19:51:34 +00:00
parent 8ebc96f046
commit 292ed6eee5
1 changed files with 2 additions and 2 deletions

View File

@ -1562,7 +1562,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
goto notready;
}
switch_yield(100000);
switch_cond_next();
}
check_per_channel_timeouts(&oglobals, originate_status, and_argc, start);
@ -1821,7 +1821,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
}
} else {
switch_yield(100000);
switch_cond_next();
}
}