提交 f03adcab authored 作者: Anthony Minessale's avatar Anthony Minessale

twiax (tweek-iax get it twiax... lol)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2291 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a90b88d2
...@@ -934,9 +934,9 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void) ...@@ -934,9 +934,9 @@ SWITCH_MOD_DECLARE(switch_status_t) switch_module_runtime(void)
/* Wait for an event. */ /* Wait for an event. */
if ((iaxevent = iax_get_event(0)) == NULL) { if ((iaxevent = iax_get_event(0)) == NULL) {
switch_yield(1000); switch_yield(100);
continue; continue;
} else if (iaxevent) { } else {
struct private_object *tech_pvt = iax_get_private(iaxevent->session); struct private_object *tech_pvt = iax_get_private(iaxevent->session);
if (globals.debug && iaxevent->etype != IAX_EVENT_VOICE) { if (globals.debug && iaxevent->etype != IAX_EVENT_VOICE) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论