提交 90db12c8 authored 作者: Mathieu Rene's avatar Mathieu Rene

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12581 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 143b59f7
...@@ -322,7 +322,7 @@ static switch_status_t db_state_handler(switch_core_session_t *session) ...@@ -322,7 +322,7 @@ static switch_status_t db_state_handler(switch_core_session_t *session)
switch_safe_free(sql); switch_safe_free(sql);
switch_core_event_hook_remove_state_change(session, db_state_handler); switch_core_event_hook_remove_state_change(session, db_state_handler);
/* Remove limit_realm variable so we register another hook if limit is called again */ /* Remove limit_realm variable so we register another hook if limit is called again */
switch_channel_set_variable(channel, "limit_realm", ""); switch_channel_set_variable(channel, "limit_realm", NULL);
} }
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论