Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 00:16:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197775] net/rtpproxy
Message-ID:  <bug-197775-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197775

            Bug ID: 197775
           Summary: net/rtpproxy
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: euan@potensol.com

Created attachment 153129
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153129&action=edit
patch diff for the port net/rtpproxy. Taken from path "/usr/ports/net".

The BEFORE directive in the rc.d script needs 'kamailo' appended to it. Since
openser and ser are no loger in ports tree, they've been replaced by
net/kamailio.

There needs to be a way to define the control socket for rtpproxy daemon. The
below is sufficient:

+rtpproxy_ctrl_socket=${rtpproxy_ctrl_socket:-"udp:0.0.0.0:7722"}
-command_args="-l ${rtpproxy_laddr} -p /var/run/rtpproxy.pid"
+command_args="-u ${rtpproxy_usr}:${rtpproxy_grp} -l ${rtpproxy_laddr} -s
${rtpproxy_ctrl_socket} -p /var/run/rtpproxy.pid"

I've included the patch diff for these changes in attachment.

I would be happy to take maintainership of this port, since I have a vested
interest in kamailio, which has rtpproxy as a dependency. However I am not a
qualified ports maintainer yet. I intend to be one soon, in order to submit a
working www/sogo port.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197775-13>