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

forgot to return status in demo global state handler test

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@578 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e6c96858
......@@ -100,6 +100,7 @@ static switch_status my_on_hangup(switch_core_session *session)
assert(channel != NULL);
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "I globally hooked to [%s] on the hangup event\n", switch_channel_get_name(channel));
return SWITCH_STATUS_SUCCESS;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论