diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-27 05:19:42 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-27 05:19:42 +0000 |
commit | 41b283933426ebfe07fd6039e6ed7a9d5f04a43a (patch) | |
tree | fd061e78b89a0753d91f320772e447aa91e8051d /pkg_config.xml | |
parent | df45cb96bc0e6ae16e514c6e2bbcfee69bd4e8e2 (diff) | |
download | pfsense-packages-41b283933426ebfe07fd6039e6ed7a9d5f04a43a.tar.gz pfsense-packages-41b283933426ebfe07fd6039e6ed7a9d5f04a43a.tar.bz2 pfsense-packages-41b283933426ebfe07fd6039e6ed7a9d5f04a43a.zip |
Add siproxd package.
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index 73608027..738a54bf 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -176,5 +176,17 @@ <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, linphone) 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://www.pfsense.com/~colin/All/</depends_on_package_base_url> + <depends_on_package>siproxd-0.5.9.tbz</depends_on_package> + <version>0.5.9</version> + <status>ALPHA</status> + <configurationfile>siproxd.xml</configurationfile> + </package> </packages> </pfsensepkgs> |