mod_fifo: Comment manual call tracking session handler

This commit is contained in:
Travis Cross 2014-05-26 20:46:59 +00:00
parent 48acd9fe66
commit 343aee2dd8
1 changed files with 4 additions and 0 deletions

View File

@ -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
} }
} }
/*!\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;