]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_fifo: Comment manual call tracking session handler
authorTravis Cross <tc@traviscross.com>
Mon, 26 May 2014 20:46:59 +0000 (20:46 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 28 May 2014 01:32:08 +0000 (01:32 +0000)
src/mod/applications/mod_fifo/mod_fifo.c

index 3d8fecc442096ac7efa0924ea9a106934a39b29c..c52f3285876961786b0861fac1d1a937c15cf6d2 100644 (file)
@@ -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;