Home
last modified time | relevance | path

Searched refs:switch_rtp_set_remote_address (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h273 SWITCH_DECLARE(switch_status_t) switch_rtp_set_remote_address(switch_rtp_t *rtp_session, const char…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Drtp.c470 …if (switch_rtp_set_remote_address(tech_pvt->rtp_session, remote_addr, remote_port, 0, SWITCH_TRUE,… in channel_receive_event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c569 switch_rtp_set_remote_address(rtp_session, host, port, 0, SWITCH_FALSE, &err); in switch_rtp_change_ice_dest()
1174 switch_rtp_set_remote_address(rtp_session, host, port, 0, SWITCH_FALSE, &err); in handle_ice()
3071 SWITCH_DECLARE(switch_status_t) switch_rtp_set_remote_address(switch_rtp_t *rtp_session, const char… in switch_rtp_set_remote_address() function
4587 …if (switch_rtp_set_remote_address(rtp_session, tx_host, tx_port, 0, SWITCH_TRUE, err) != SWITCH_ST… in switch_rtp_new()
7712switch_rtp_set_remote_address(rtp_session, tx_host, switch_sockaddr_get_port(rtp_session->rtp_from… in rtp_common_read()
H A Dswitch_core_media.c724 if (switch_rtp_set_remote_address(a_engine->rtp_session, a_engine->cur_payload_map->remote_sdp_ip, in switch_core_media_process_t38_passthru()
5252 … if (switch_rtp_set_remote_address(a_engine->rtp_session, a_engine->cur_payload_map->remote_sdp_ip, in switch_core_media_negotiate_sdp()
7910 … if (switch_rtp_set_remote_address(v_engine->rtp_session, v_engine->cur_payload_map->remote_sdp_ip, in switch_core_media_proxy_remote_addr()
7949 … if (switch_rtp_set_remote_address(t_engine->rtp_session, t_engine->cur_payload_map->remote_sdp_ip, in switch_core_media_proxy_remote_addr()
7994 if (switch_rtp_set_remote_address(a_engine->rtp_session, a_engine->cur_payload_map->remote_sdp_ip, in switch_core_media_proxy_remote_addr()
8686 …if (switch_rtp_set_remote_address(a_engine->rtp_session, a_engine->cur_payload_map->remote_sdp_ip,… in switch_core_media_activate_rtp()
9088 if (switch_rtp_set_remote_address in switch_core_media_activate_rtp()
9396 if (switch_rtp_set_remote_address in switch_core_media_activate_rtp()
12346 if (switch_rtp_set_remote_address(a_engine->rtp_session, t38_options->remote_ip, in switch_core_media_start_udptl()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13745 …public static switch_status_t switch_rtp_set_remote_address(SWIGTYPE_p_switch_rtp rtp_session, str… in switch_rtp_set_remote_address() method in FreeSWITCH.Native.freeswitch
13748 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_set_remote_address(SWIGTYPE_p_… in switch_rtp_set_remote_address()
25998 …public static extern int switch_rtp_set_remote_address(global::System.Runtime.InteropServices.Hand… in switch_rtp_set_remote_address() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx44962 …result = (switch_status_t)switch_rtp_set_remote_address(arg1,(char const *)arg2,arg3,arg4,arg5,(ch… in CSharp_FreeSWITCHfNative_switch_rtp_set_remote_address___()