reduce the yields
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12193 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8ebc96f046
commit
292ed6eee5
|
@ -1562,7 +1562,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||||
goto notready;
|
goto notready;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_yield(100000);
|
switch_cond_next();
|
||||||
}
|
}
|
||||||
|
|
||||||
check_per_channel_timeouts(&oglobals, originate_status, and_argc, start);
|
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 {
|
} else {
|
||||||
switch_yield(100000);
|
switch_cond_next();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue