提交 343aee2d authored 作者: Travis Cross's avatar Travis Cross

mod_fifo: Comment manual call tracking session handler

上级 48acd9fe
...@@ -1083,6 +1083,8 @@ struct callback_helper { ...@@ -1083,6 +1083,8 @@ struct callback_helper {
int ready; int ready;
}; };
/*!\brief Handle unbridging of manually tracked calls
*/
static void do_unbridge(switch_core_session_t *consumer_session, switch_core_session_t *caller_session) static void do_unbridge(switch_core_session_t *consumer_session, switch_core_session_t *caller_session)
{ {
switch_channel_t *consumer_channel = switch_core_session_get_channel(consumer_session); switch_channel_t *consumer_channel = switch_core_session_get_channel(consumer_session);
...@@ -1168,6 +1170,8 @@ static void do_unbridge(switch_core_session_t *consumer_session, switch_core_ses ...@@ -1168,6 +1170,8 @@ static void do_unbridge(switch_core_session_t *consumer_session, switch_core_ses
} }
} }
/*!\brief Handle session messages for manually tracked calls
*/
static switch_status_t messagehook (switch_core_session_t *session, switch_core_session_message_t *msg) static switch_status_t messagehook (switch_core_session_t *session, switch_core_session_message_t *msg)
{ {
switch_event_t *event; switch_event_t *event;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论