Home
last modified time | relevance | path

Searched refs:rtp_proxy_enable (Results 1 – 7 of 7) sorted by relevance

/dports/net/siproxd/siproxd-0.8.2/src/
H A Drtpproxy.c47 if (configuration.rtp_proxy_enable == 0) { in rtpproxy_init()
49 } else if (configuration.rtp_proxy_enable == 1) { // Relay in rtpproxy_init()
63 configuration.rtp_proxy_enable); in rtpproxy_init()
84 if (configuration.rtp_proxy_enable == 0) { in rtp_start_fwd()
86 } else if (configuration.rtp_proxy_enable == 1) { // Relay in rtp_start_fwd()
100 configuration.rtp_proxy_enable); in rtp_start_fwd()
117 if (configuration.rtp_proxy_enable == 0) { in rtp_stop_fwd()
119 } else if (configuration.rtp_proxy_enable == 1) { // Relay in rtp_stop_fwd()
123 configuration.rtp_proxy_enable); in rtp_stop_fwd()
H A Dsiproxd.h75 int rtp_proxy_enable; member
H A Dproxy.c542 if (configuration.rtp_proxy_enable == 1) {
782 if (configuration.rtp_proxy_enable == 0) return STS_SUCCESS;
H A Dsiproxd.c60 { "rtp_proxy_enable", TYP_INT4, &configuration.rtp_proxy_enable, {1, NULL} },
/dports/net/siproxd/siproxd-0.8.2/doc/
H A Dsiproxd_guide.sgml345 rtp_proxy_enable = 1
1043 rtp_proxy_enable = 1
1124 rtp_proxy_enable = 1
1200 rtp_proxy_enable = 1
1257 rtp_proxy_enable = 1
H A Dsiproxd.conf.sample125 rtp_proxy_enable = 1
/dports/net/siproxd/siproxd-0.8.2/
H A DChangeLog528 To activate it, just set 'rtp_proxy_enable' equal 2