View | Details | Raw Unified | Return to bug 197775
Collapse All | Expand All

(-)rtpproxy/Makefile (-2 / +2 lines)
Lines 3-14 Link Here
3
3
4
PORTNAME=	rtpproxy
4
PORTNAME=	rtpproxy
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net
7
CATEGORIES=	net
8
MASTER_SITES=	http://www.rtpproxy.org/chrome/site/
8
MASTER_SITES=	http://www.rtpproxy.org/chrome/site/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	High-performance RTP proxy server for the SIP Express Router (SER)
11
COMMENT=	High-performance RTP proxy server for Kamailio (Formerly known as OpenSER and SER)
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
14
(-)rtpproxy/files/patch-freebsd_rtpproxy.in (-3 / +12 lines)
Lines 1-17 Link Here
1
1
2
$FreeBSD: head/net/rtpproxy/files/patch-freebsd_rtpproxy.in 340725 2014-01-22 17:40:44Z mat $
2
$FreeBSD:
3
3
4
--- freebsd/rtpproxy.in.orig
4
--- freebsd/rtpproxy.in.orig
5
+++ freebsd/rtpproxy.in
5
+++ freebsd/rtpproxy.in
6
@@ -9,7 +9,7 @@
7
 
8
 # PROVIDE: rtpproxy
9
 # REQUIRE: DAEMON
10
-# BEFORE: ser openser
11
+# BEFORE: ser openser kamailio
12
 
13
 prefix=/usr/local
14
 
6
@@ -25,7 +25,10 @@
15
@@ -25,7 +25,10 @@
7
 
16
 
8
 rtpproxy_enable=${rtpproxy_enable:-"NO"}
17
 rtpproxy_enable=${rtpproxy_enable:-"NO"}
9
 rtpproxy_laddr=${rtpproxy_laddr:-"0.0.0.0"}
18
 rtpproxy_laddr=${rtpproxy_laddr:-"0.0.0.0"}
19
+rtpproxy_ctrl_socket=${rtpproxy_ctrl_socket:-"udp:0.0.0.0:7722"}
10
+rtpproxy_usr=${rtpproxy_usr:-"rtpproxy"}
20
+rtpproxy_usr=${rtpproxy_usr:-"rtpproxy"}
11
+rtpproxy_grp=${rtpproxy_grp:-"rtpproxy"}
21
+rtpproxy_grp=${rtpproxy_grp:-"rtpproxy"}
12
 
22
 
13
-command_args="-l ${rtpproxy_laddr} -p /var/run/rtpproxy.pid"
23
-command_args="-l ${rtpproxy_laddr} -p /var/run/rtpproxy.pid"
14
+command_args="-l ${rtpproxy_laddr} -p /var/run/rtpproxy.pid \
24
+command_args="-u ${rtpproxy_usr}:${rtpproxy_grp} -l ${rtpproxy_laddr} -s ${rtpproxy_ctrl_socket} -p /var/run/rtpproxy.pid"
15
+  -u ${rtpproxy_usr}:${rtpproxy_grp}"
16
 
25
 
17
 run_rc_command "${1}"
26
 run_rc_command "${1}"
(-)rtpproxy/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
The Sippy RTPproxy is a high-performance software proxy for RTP streams that
1
The Sippy RTPproxy is a high-performance software proxy for RTP streams that
2
can work together with SIP Express Router (SER), OpenSER or Sippy B2BUA or
2
can work together with Kamailio, OpenSER, SER or Sippy B2BUA or
3
any other SIP proxy or SIP B2BUA capable of rewriting SDP bodies in SIP
3
any other SIP proxy or SIP B2BUA capable of rewriting SDP bodies in SIP
4
messages that it relays.
4
messages that it relays.
5
5

Return to bug 197775