Home
last modified time | relevance | path

Searched refs:SWITCH_R_SDP_VARIABLE (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h198 #define SWITCH_R_SDP_VARIABLE "switch_r_sdp" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c2750 switch_channel_set_variable(tech_pvt->channel, SWITCH_R_SDP_VARIABLE, sdp); in verto__answer_func()
3314 switch_channel_set_variable(tech_pvt->channel, SWITCH_R_SDP_VARIABLE, tech_pvt->r_sdp); in verto__attach_func()
3798 switch_channel_set_variable(channel, SWITCH_R_SDP_VARIABLE, sdp); in verto__invite_func()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c1873 switch_channel_set_variable(channel, SWITCH_R_SDP_VARIABLE, NULL); in switch_ivr_3p_nomedia()
1898 msg.string_arg = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE); in switch_ivr_3p_nomedia()
H A Dswitch_core_session.c708 if ((val = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE))) {
H A Dswitch_core_media.c4729 sdp_in = switch_channel_get_variable(other_session->channel, SWITCH_R_SDP_VARIABLE); in check_stream_changes()
13801 r_sdp = switch_channel_get_variable(o_session->channel, SWITCH_R_SDP_VARIABLE); in switch_core_media_check_outgoing_proxy()
13903 if ((tmp = switch_channel_get_variable(session->channel, SWITCH_R_SDP_VARIABLE))) { in switch_core_media_recover_session()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c872 const char *r_sdp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE); in sofia_answer_channel()
1759 const char *r_sdp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE); in sofia_receive_message()
2567 const char *r_sdp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE); in sofia_receive_message()
H A Dsofia.c7329 switch_channel_set_variable(channel, SWITCH_R_SDP_VARIABLE, r_sdp); in sofia_handle_sip_i_state()
7596 switch_channel_set_variable(channel, SWITCH_R_SDP_VARIABLE, r_sdp); in sofia_handle_sip_i_state()
8009 switch_channel_set_variable(channel, SWITCH_R_SDP_VARIABLE, r_sdp); in sofia_handle_sip_i_state()
8458 r_sdp = (const char *) switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE); in sofia_handle_sip_i_state()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_osp/
H A Dmod_osp.c145 #define OSP_FS_SRCSDP SWITCH_R_SDP_VARIABLE /* Usage source SDP */
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c597 r_sdp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE); in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14853 …public static readonly string SWITCH_R_SDP_VARIABLE = freeswitchPINVOKE.SWITCH_R_SDP_VARIABLE_get(… field in FreeSWITCH.Native.freeswitch