Home
last modified time | relevance | path

Searched refs:SWITCH_UUID_BRIDGE (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_bridge.c1161 …if ((other_uuid = switch_channel_get_variable(channel, SWITCH_UUID_BRIDGE)) && (other_session = sw… in uuid_bridge_on_soft_execute()
1168 switch_channel_set_variable(channel, SWITCH_UUID_BRIDGE, NULL); in uuid_bridge_on_soft_execute()
2083 …switch_channel_set_variable(originator_channel, SWITCH_UUID_BRIDGE, switch_core_session_get_uuid(o… in switch_ivr_uuid_bridge()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h235 #define SWITCH_UUID_BRIDGE "uuid_bridge" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14890 public static readonly string SWITCH_UUID_BRIDGE = freeswitchPINVOKE.SWITCH_UUID_BRIDGE_get(); field in FreeSWITCH.Native.freeswitch