diff options
Diffstat (limited to 'config/siproxd.xml')
-rw-r--r-- | config/siproxd.xml | 10 |
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, &$input_errors); </custom_php_validation_command> -</packagegui>
\ No newline at end of file +</packagegui> |