Home
last modified time | relevance | path

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

/dports/net/sems/sems-f89581a/apps/sbc/
H A DSBCCallProfile.h226 string b_remote_rtp_mux_ip; member
H A DSBCCallProfile.cpp383 b_remote_rtp_mux_ip = cfg.getParameter("b_rtp_mux_ip"); in readFromConfiguration()
531 b_remote_rtp_mux_ip.empty()?"dis":"en", b_remote_rtp_mux_ip.c_str(), b_remote_rtp_mux_port); in readFromConfiguration()
H A DSBCCallLeg.cpp193 remote_rtp_mux_ip = call_profile.b_remote_rtp_mux_ip; in SBCCallLeg()