aboutsummaryrefslogtreecommitdiffstats
path: root/config/siproxd.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2013-08-21 06:30:08 -0700
committerRenato Botelho <garga@pfSense.org>2013-08-21 06:30:08 -0700
commit2c372d597c419ee36fcdda08c6830af9c9e1fc05 (patch)
treea91be58fd2064859d6daa4f6b7997cebb9414b99 /config/siproxd.xml
parentfa5d8e2803b514103cf8b3a7b720a23c6e9bbb01 (diff)
parentac430d3f94c24610e7cb56e679595e4151ce821d (diff)
downloadpfsense-packages-2c372d597c419ee36fcdda08c6830af9c9e1fc05.tar.gz
pfsense-packages-2c372d597c419ee36fcdda08c6830af9c9e1fc05.tar.bz2
pfsense-packages-2c372d597c419ee36fcdda08c6830af9c9e1fc05.zip
Merge pull request #476 from overhacked/fix-siproxd-rtpenable
siproxd: separate enable/disable of RTP proxy from rest of daemon
Diffstat (limited to 'config/siproxd.xml')
-rw-r--r--config/siproxd.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/siproxd.xml b/config/siproxd.xml
index 1176a423..1e16a9ea 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>
@@ -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>