mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-04 14:38:35 +00:00
mod_fifo: Comment manual call tracking session handler
This commit is contained in:
parent
48acd9fe66
commit
343aee2dd8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user