Home
last modified time | relevance | path

Searched refs:switch_channel_get_uuid (Results 1 – 13 of 13) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_loopback/
H A Dmod_loopback.c352 …switch_channel_set_variable(channel, "other_loopback_leg_uuid", switch_channel_get_uuid(b_channel)… in channel_on_init()
353 …switch_channel_set_variable(b_channel, "other_loopback_leg_uuid", switch_channel_get_uuid(channel)… in channel_on_init()
491 …_add_header_string(event, SWITCH_STACK_BOTTOM, "Resigning-UUID", switch_channel_get_uuid(channel)); in channel_on_execute()
493 …t_add_header_string(event, SWITCH_STACK_BOTTOM, "Acquired-UUID", switch_channel_get_uuid(other_cha… in channel_on_execute()
505 …el_set_variable(tech_pvt->channel, "loopback_bowout_other_uuid", switch_channel_get_uuid(other_cha… in channel_on_execute()
926 …_header_string(event, SWITCH_STACK_BOTTOM, "Connecting-Leg-A-UUID", switch_channel_get_uuid(ch_a)); in channel_write_frame()
927 …_header_string(event, SWITCH_STACK_BOTTOM, "Connecting-Leg-B-UUID", switch_channel_get_uuid(ch_b)); in channel_write_frame()
935 …_header_string(event, SWITCH_STACK_BOTTOM, "Connecting-Leg-A-UUID", switch_channel_get_uuid(ch_b)); in channel_write_frame()
945 …annel_set_variable(tech_pvt->channel, "loopback_bowout_other_uuid", switch_channel_get_uuid(ch_a)); in channel_write_frame()
947 …set_variable(tech_pvt->other_channel, "loopback_bowout_other_uuid", switch_channel_get_uuid(ch_b)); in channel_write_frame()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_tweaks.c409 …on), SWITCH_LOG_DEBUG, "checking nightmare xfer tweak for %s\n", switch_channel_get_uuid(channel)); in kz_tweaks_handle_nightmare_xfer_interaction_id()
440 …G, "setting bridge variables from %s to %s\n", replaced_call_id, switch_channel_get_uuid(channel)); in kz_tweaks_handle_replaces_call_id()
547 …ION_LOG(session), SWITCH_LOG_DEBUG1, "checking tweaks for %s\n", switch_channel_get_uuid(channel)); in kz_tweaks_on_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c289 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_set_callstate()
2319 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_set_running_state()
2548 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_set_state()
2561 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_set_state()
2968 SWITCH_DECLARE(char *) switch_channel_get_uuid(switch_channel_t *channel) in switch_channel_get_uuid() function
3348 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_hangup()
3406 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_mark_ring_ready_value()
3513 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_mark_pre_answered()
3640 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_ring_ready_value()
3838 …switch_log_printf(SWITCH_CHANNEL_ID_LOG, file, func, line, switch_channel_get_uuid(channel), SWITC… in switch_channel_perform_mark_answered()
H A Dswitch_rtp.c1424 …_header_string(fsevent, SWITCH_STACK_BOTTOM, "caller-unique-id", switch_channel_get_uuid(channel)); in zrtp_event_callback()
4245 …_header_string(fsevent, SWITCH_STACK_BOTTOM, "caller-unique-id", switch_channel_get_uuid(channel)); in switch_rtp_add_crypto_key()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h264 SWITCH_DECLARE(char *) switch_channel_get_uuid(switch_channel_t *channel);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c921 local_uuid = switch_channel_get_uuid(channel); in skinny_session_transfer()
942 local_uuid2 = switch_channel_get_uuid(channel2); in skinny_session_transfer()
982 local_uuid2 = switch_channel_get_uuid(channel2); in skinny_session_transfer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c3181 …intf(SWITCH_CHANNEL_ID_LOG, __FILE__, __SWITCH_FUNC__, __LINE__, switch_channel_get_uuid(inbound_c… in sofia_glue_tech_simplify()
3200 …intf(SWITCH_CHANNEL_ID_LOG, __FILE__, __SWITCH_FUNC__, __LINE__, switch_channel_get_uuid(inbound_c… in sofia_glue_tech_simplify()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfssession.cpp1540 …info.GetReturnValue().Set(String::NewFromUtf8(info.GetIsolate(), switch_channel_get_uuid(channel))… in JS_SESSION_GET_PROPERTY_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.cpp1367 …switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"uuid:%s\n",switch_channel_get_uuid(switch_… in OnModeChanged()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c1631 *peer_uuid = switch_channel_get_uuid(peer_channel); in conference_outcall()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c2993 char * uuid = switch_channel_get_uuid(channel); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11617 public static string switch_channel_get_uuid(SWIGTYPE_p_switch_channel channel) { in switch_channel_get_uuid() method in FreeSWITCH.Native.freeswitch
11618 …string ret = freeswitchPINVOKE.switch_channel_get_uuid(SWIGTYPE_p_switch_channel.getCPtr(channel)); in switch_channel_get_uuid()
24102 …public static extern string switch_channel_get_uuid(global::System.Runtime.InteropServices.HandleR… in switch_channel_get_uuid() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx36112 result = (char *)switch_channel_get_uuid(arg1); in CSharp_FreeSWITCHfNative_switch_channel_get_uuid___()