diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-27 16:44:32 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-27 16:44:32 +0000 |
commit | f42c16cbea5b94e2fa5ebb231cf32aa34d1491e7 (patch) | |
tree | 0b196c4a0feaea1bfa2f1a4bd0e9d87a23874a72 | |
parent | 4af1d26465c1764a38b16ce041322b54e4b6bf46 (diff) | |
download | pfsense-packages-f42c16cbea5b94e2fa5ebb231cf32aa34d1491e7.tar.gz pfsense-packages-f42c16cbea5b94e2fa5ebb231cf32aa34d1491e7.tar.bz2 pfsense-packages-f42c16cbea5b94e2fa5ebb231cf32aa34d1491e7.zip |
Return siproxd to pkg_config.xml
-rw-r--r-- | pkg_config.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 57baf13c..f1d850c5 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -176,5 +176,19 @@ <status>BETA</status> <configurationfile>pfflowd.xml</configurationfile> </package> + <package> + <name>siproxd</name> + <website>http://siproxd.sourceforge.net/</website> + <descr>Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP clients on a private IP network and +performs rewriting of the SIP message bodies to make SIP connections possible via a masquerading firewall. It allows SIP clients (like kphone, lin +phone) to work behind an IP masquerading firewall or router.</descr> + <category>Services</category> + <config_file>http://www.pfsense.com/packages/config/siproxd.xml</config_file> + <depends_on_package_base_url>http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest<depends_on_package_base_url> + <depends_on_package>siproxd.tbz</depends_on_package> + <version>0.5.9</version> + <status>ALPHA</status> + <configurationfile>siproxd.xml</configurationfile> + </package> </packages> </pfsensepkgs> |