Home
last modified time | relevance | path

Searched refs:switch_channel_get_variable_partner (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c352 …zstr((caller_party_name = switch_channel_get_variable_partner(channel, "effective_caller_id_name")… in skinny_session_send_call_info()
353 zstr((caller_party_name = switch_channel_get_variable_partner(channel, "caller_id_name")))) { in skinny_session_send_call_info()
358 …zstr((caller_party_number = switch_channel_get_variable_partner(channel, "effective_caller_id_numb… in skinny_session_send_call_info()
359 zstr((caller_party_number = switch_channel_get_variable_partner(channel, "caller_id_number")))) { in skinny_session_send_call_info()
365 …zstr((called_party_name = switch_channel_get_variable_partner(channel, "effective_callee_id_name")… in skinny_session_send_call_info()
366 zstr((called_party_name = switch_channel_get_variable_partner(channel, "callee_id_name")))) { in skinny_session_send_call_info()
371 …zstr((called_party_number = switch_channel_get_variable_partner(channel, "effective_callee_id_numb… in skinny_session_send_call_info()
372 zstr((called_party_number = switch_channel_get_variable_partner(channel, "callee_id_number"))) && in skinny_session_send_call_info()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_radius/
H A Dmod_xml_radius.c521 val = switch_channel_get_variable_partner(channel, variable); in mod_xml_radius_add_params()
523 val = switch_channel_get_variable_partner(channel, variable_secondary); in mod_xml_radius_add_params()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h288 SWITCH_DECLARE(const char *) switch_channel_get_variable_partner(switch_channel_t *channel, const c…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c524 a_id = switch_channel_get_variable_partner(channel, SWITCH_RFC7989_SESSION_ID_VARIABLE); in sofia_glue_session_id_header()
642 generic = switch_channel_get_variable_partner(channel, SWITCH_RFC7989_GENERIC_PARAM_VARIABLE); in sofia_glue_session_id_header()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c1019 SWITCH_DECLARE(const char *) switch_channel_get_variable_partner(switch_channel_t *channel, const c… in switch_channel_get_variable_partner() function
H A Dswitch_core_media.c6208 const char *other_pt = switch_channel_get_variable_partner(channel, "rtp_video_pt"); in switch_core_media_negotiate_sdp()
6216 inherit_video_fmtp = switch_channel_get_variable_partner(channel, "rtp_video_fmtp"); in switch_core_media_negotiate_sdp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11662 …public static string switch_channel_get_variable_partner(SWIGTYPE_p_switch_channel channel, string… in switch_channel_get_variable_partner() method in FreeSWITCH.Native.freeswitch
11663 …string ret = freeswitchPINVOKE.switch_channel_get_variable_partner(SWIGTYPE_p_switch_channel.getCP… in switch_channel_get_variable_partner()
24129 …public static extern string switch_channel_get_variable_partner(global::System.Runtime.InteropServ… in switch_channel_get_variable_partner() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx36262 result = (char *)switch_channel_get_variable_partner(arg1,(char const *)arg2); in CSharp_FreeSWITCHfNative_switch_channel_get_variable_partner___()