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