diff options
Diffstat (limited to 'config/Fit123/cass.xml')
-rw-r--r-- | config/Fit123/cass.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/config/Fit123/cass.xml b/config/Fit123/cass.xml new file mode 100644 index 00000000..7d4fcf05 --- /dev/null +++ b/config/Fit123/cass.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> +<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> +<packagegui> + <copyright></copyright> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> + <name>cass</name> + <title>CASS</title> + <include_file>/usr/local/pkg/fit123.inc</include_file> + <tabs> + <tab> + <text>Fit123</text> + <url>/pkg_edit.php?xml=fit123.xml&id=0</url> + <active/> + </tab> + <tab> + <text>DDNS</text> + <url>/pkg_edit.php?xml=ddns.xml&id=0</url> + </tab> + <tab> + <text>CASS</text> + <url>/pkg_edit.php?xml=cass.xml&id=0</url> + </tab> + </tabs> + <fields> + <field> + <fielddescr>Clear a single state</fielddescr> + <fieldname>cass2</fieldname> + <description> + When your dynamic ip on wan changes, the states of your voip phone needs to be cleared. </description> + <type>checkbox</type> + </field> + <field> + <fielddescr>Your phone ip address</fielddescr> + <fieldname>ypia</fieldname> + <description> + </description> + <type>input</type> + <size>15</size> + </field> + <field> + <fielddescr>IP address of your VOIP </fielddescr> + <fieldname>iaoyv</fieldname> + <description> + </description> + <type>input</type> + <size>15</size> + </field> + </fields> + <custom_add_php_command></custom_add_php_command> + <custom_php_command_before_form>cass_config();</custom_php_command_before_form> + <custom_php_after_form_command></custom_php_after_form_command> + <custom_php_validation_command></custom_php_validation_command> + <custom_php_resync_config_command></custom_php_resync_config_command> + <custom_php_install_command>Fit123_install_config();</custom_php_install_command> + <custom_php_deinstall_command>Fit123_install_deinstall();</custom_php_deinstall_command> +</packagegui> |