From: Travis Cross Date: Mon, 26 May 2014 20:46:59 +0000 (+0000) Subject: mod_fifo: Comment manual call tracking session handler X-Git-Tag: v1.4.5~2^2~14^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=343aee2dd819cf893bc3787ec7010f1ee3d64f70;p=thirdparty%2Ffreeswitch.git mod_fifo: Comment manual call tracking session handler --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 3d8fecc442..c52f328587 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -1083,6 +1083,8 @@ struct callback_helper { 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) { 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) { switch_event_t *event;