aboutsummaryrefslogtreecommitdiffstats
path: root/config/siproxd.xml
diff options
context:
space:
mode:
authorRoss Williams <ross@ross-williams.net>2013-08-17 17:48:06 -0400
committerRoss Williams <ross@ross-williams.net>2013-08-17 18:08:21 -0400
commit06404172446e9cbb8cd9960c03bca75761064ef3 (patch)
tree09401e0884126af346adb902996ab1ffdfc8e6fe /config/siproxd.xml
parenta2072a21d04e8513300a8e7b7cef329ac657f52d (diff)
downloadpfsense-packages-06404172446e9cbb8cd9960c03bca75761064ef3.tar.gz
pfsense-packages-06404172446e9cbb8cd9960c03bca75761064ef3.tar.bz2
pfsense-packages-06404172446e9cbb8cd9960c03bca75761064ef3.zip
siproxd: separate enable/disable of RTP proxy from rest of daemon
Diffstat (limited to 'config/siproxd.xml')
-rw-r--r--config/siproxd.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/siproxd.xml b/config/siproxd.xml
index 1176a423..15688ab6 100644
--- a/config/siproxd.xml
+++ b/config/siproxd.xml
@@ -84,6 +84,12 @@
</additional_files_needed>
<fields>
<field>
+ <fielddescr>Enable siproxd</fielddescr>
+ <fieldname>sipenable</fieldname>
+ <description>Enable or disable siproxd</description>
+ <type>checkbox</type>
+ </field>
+ <field>
<fielddescr>Inbound interface</fielddescr>
<fieldname>if_inbound</fieldname>
<description>Select the inbound interface.</description>
@@ -114,7 +120,7 @@
<field>
<fielddescr>Enable RTP proxy</fielddescr>
<fieldname>rtpenable</fieldname>
- <description>Enable or disable the RTP proxy. (default is enabled)</description>
+ <description>Enable or disable the RTP proxy. (default is disabled)</description>
<type>select</type>
<options>
<option>
@@ -335,4 +341,4 @@
<custom_php_validation_command>
validate_form_siproxd($_POST, &amp;$input_errors);
</custom_php_validation_command>
-</packagegui> \ No newline at end of file
+</packagegui>