提交 4dbbe79d authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12717 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 34ac34f3
......@@ -134,7 +134,7 @@ void Session::do_hangup_hook()
static switch_status_t lua_hanguphook(switch_core_session_t *session_hungup)
{
switch_channel_t *channel = switch_core_session_get_channel(session_hungup);
CoreSession *coresession = NULL;
Session *coresession = NULL;
switch_channel_state_t state = switch_channel_get_state(channel);
if (session_hungup) {
......@@ -142,7 +142,7 @@ static switch_status_t lua_hanguphook(switch_core_session_t *session_hungup)
channel = switch_core_session_get_channel(session_hungup);
if (channel) {
coresession = (CoreSession *) switch_channel_get_private(channel, "CoreSession");
coresession = (Session *) switch_channel_get_private(channel, "CoreSession");
}
if (!(coresession && coresession->hook_state)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论