Home
last modified time | relevance | path

Searched refs:SWITCH_BRIDGE_VARIABLE (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c911 switch_channel_set_variable(chan_a, SWITCH_BRIDGE_VARIABLE, NULL); in audio_bridge_thread()
1372 …switch_channel_set_variable(channel, SWITCH_BRIDGE_VARIABLE, switch_channel_get_variable(channel, … in signal_bridge_on_hibernate()
1436 switch_channel_set_variable(channel, SWITCH_BRIDGE_VARIABLE, NULL); in signal_bridge_on_hangup()
1447 switch_channel_set_variable(other_channel, SWITCH_BRIDGE_VARIABLE, NULL); in signal_bridge_on_hangup()
1701 …switch_channel_set_variable(caller_channel, SWITCH_BRIDGE_VARIABLE, switch_core_session_get_uuid(p… in switch_ivr_multi_threaded_bridge()
1702 …switch_channel_set_variable(peer_channel, SWITCH_BRIDGE_VARIABLE, switch_core_session_get_uuid(ses… in switch_ivr_multi_threaded_bridge()
2001 switch_channel_set_variable(channel, SWITCH_BRIDGE_VARIABLE, NULL); in cleanup_proxy_mode_a()
H A Dswitch_ivr.c1863 …s & SMF_REBRIDGE) && (other_uuid = switch_channel_get_variable(channel, SWITCH_BRIDGE_VARIABLE)) && in switch_ivr_3p_nomedia()
1979 …s & SMF_REBRIDGE) && (other_uuid = switch_channel_get_variable(channel, SWITCH_BRIDGE_VARIABLE)) && in switch_ivr_nomedia()
2213 uuid = switch_channel_get_variable(channel, SWITCH_BRIDGE_VARIABLE); in switch_ivr_session_transfer()
2229 switch_channel_set_variable(channel, SWITCH_BRIDGE_VARIABLE, NULL); in switch_ivr_session_transfer()
2230 switch_channel_set_variable(other_channel, SWITCH_BRIDGE_VARIABLE, NULL); in switch_ivr_session_transfer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h201 #define SWITCH_BRIDGE_VARIABLE "bridge_to" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c2980 const char *uuid = switch_channel_get_variable(channel, SWITCH_BRIDGE_VARIABLE); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14856 …public static readonly string SWITCH_BRIDGE_VARIABLE = freeswitchPINVOKE.SWITCH_BRIDGE_VARIABLE_ge… field in FreeSWITCH.Native.freeswitch