From 6438d8274e0fbb6e8b2e67429828758f0fb79f58 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 9 Aug 2015 03:20:19 +0200 Subject: siproxd - fix file permissions Updated copyright header, and improved descriptions readability while here. --- config/siproxd/siproxd.xml | 74 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 16 deletions(-) diff --git a/config/siproxd/siproxd.xml b/config/siproxd/siproxd.xml index 455fca9c..cca84138 100644 --- a/config/siproxd/siproxd.xml +++ b/config/siproxd/siproxd.xml @@ -4,15 +4,22 @@ - Describe your package here - Describe your package requirements here - Currently there are no FAQ items provided. siproxdsettings - 1.0.3 + 1.0.5 siproxd: Settings /usr/local/pkg/siproxd.inc /pkg_edit.php?xml=siproxd.xml&id=0 @@ -69,17 +75,14 @@ /usr/local/pkg/ - 077 https://packages.pfsense.org/packages/config/siproxd/siproxdusers.xml /usr/local/pkg/ - 077 https://packages.pfsense.org/packages/config/siproxd/siproxd.inc /usr/local/www/ - 077 https://packages.pfsense.org/packages/config/siproxd/siproxd_registered_phones.php @@ -104,7 +107,12 @@ Listening port port - Enter the port on which to listen for SIP traffic (default 5060). Do not change this unless you know what you're doing. + + + WARNING: Do not change this unless you know what you're doing. + ]]> + input @@ -174,13 +182,23 @@ TCP inactivity timeout tcp_timeout - Inactivity timeout (seconds). After that an idling TCP connection is disconnected. NOTE: Making this too short may cause multiple parallel registrations for the same phone. This timeout must be set larger than the used registration interval. + + + NOTE: Making this too short may cause multiple parallel registrations for the same phone. This timeout must be set larger than the used registration interval. + ]]> + input TCP Connect Timeout tcp_connect_timeout - Defines How many msecs siproxd will wait for an successful connect when establishing an outgoing SIP signalling connection. This should be kept as short as possible as waiting for an TCP connection to establish is a BLOCKING operation - while waiting for a connect to succeed no SIP messages are processed (RTP is not affected). + + + This should be kept as short as possible as waiting for an TCP connection to establish is a BLOCKING operation - while waiting for a connect to succeed no SIP messages are processed (RTP is not affected). + ]]> + input @@ -218,14 +236,23 @@ Expedited RTP Forwarding expeditedforwarding - This service is designed to allow ISPs to offer a service with attributes similar to a "leased line". This service offers the ULTIMATE IN LOW LOSS, LOW LATENCY AND LOW JITTER by ensuring that there is always sufficient room in output queues for the contracted expedited forwarding traffic. + + + This service offers the ULTIMATE IN LOW LOSS, LOW LATENCY AND LOW JITTER by ensuring that there is always sufficient room in output queues for the contracted expedited forwarding traffic. + ]]> checkbox Expedited SIP Forwarding expeditedsipforwarding - This service is designed to allow ISPs to offer a service with attributes similar to a "leased line". This service offers the ULTIMATE IN LOW LOSS, LOW LATENCY AND LOW JITTER by ensuring that there is always sufficient room in output queues for the contracted expedited forwarding traffic. + + + This service offers the ULTIMATE IN LOW LOSS, LOW LATENCY AND LOW JITTER by ensuring that there is always sufficient room in output queues for the contracted expedited forwarding traffic. + ]]> + checkbox @@ -257,13 +284,23 @@ Enable Fix Bogus Via Networks Plugin plugin_fix_bogus_via - Incoming (from public network) SIP messages are checked for broken SIP Via headers. If the IP address in the latest Via Header is part of the list below, it will be replaced by the IP where the SIP message has been received from. + + + If the IP address in the latest Via Header is part of the list below, it will be replaced by the IP where the SIP message has been received from. + ]]> + checkbox Bogus Via Networks plugin_fix_bogus_via_networks - Comma separated list of networks which should have their via headers rewritten. Example: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 + + + Example: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 + ]]> + input @@ -325,7 +362,12 @@ TCP Debug Port debug_port - You may connect to this port from a remote machine and receive debug output. This allows better creation of debug output on embedded systems that do not have enough memory for large disk files. Port number 0 means this feature is disabled. + + + NOTE: Port number 0 means this feature is disabled. + ]]> + input -- cgit v1.2.3 From 0142783acaf942c2730e19cb0152df30e1966fe5 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 9 Aug 2015 03:23:52 +0200 Subject: siproxdusers.xml - Fix copyright header and make version consistent --- config/siproxd/siproxdusers.xml | 75 ++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 39 deletions(-) diff --git a/config/siproxd/siproxdusers.xml b/config/siproxd/siproxdusers.xml index 4ed4abc7..7a636a3b 100644 --- a/config/siproxd/siproxdusers.xml +++ b/config/siproxd/siproxdusers.xml @@ -2,51 +2,48 @@ - - + . - All rights reserved. - */ -/* ========================================================================== */ + siproxdusers.xml + part of pfSense (https://www.pfSense.org/) + Copyright (C) 2006 Scott Ullrich + Copyright (C) 2010 Jim Pingle + Copyright (C) 2015 ESF, LLC + All rights reserved. +*/ +/* ====================================================================================== */ /* - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - */ -/* ========================================================================== */ - ]]> - - Describe your package here - Describe your package requirements here - Currently there are no FAQ items provided. + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +*/ +/* ====================================================================================== */ + ]]> + siproxdusers - 0.5.9 + 1.0.5 siproxd: Users /usr/local/pkg/siproxd.inc @@ -101,4 +98,4 @@ sync_package_sipproxd_users(); - \ No newline at end of file + -- cgit v1.2.3 From 1e7eac05e37f482349003d48a265baa64cb38002 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 9 Aug 2015 03:24:48 +0200 Subject: Bump siproxd package version --- pkg_config.10.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 7c9ce26c..9f5c4405 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -560,7 +560,7 @@ net/siproxd - 1.0.4 + 1.0.5 Beta 2.2 siproxd.xml -- cgit v1.2.3