diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2009-12-21 16:15:41 +0100 |
---|---|---|
committer | Perry Mason <crazypark2@yahoo.dk> | 2009-12-21 16:15:41 +0100 |
commit | 26b4db6c47d6b26c291f6ccd56e0cd0fa61377e3 (patch) | |
tree | 1ad6f8b54dde6dcb87b01b486c810bc03d86c0a4 /config/Fit123/cass.xml | |
parent | 1229129ab5a17ed26da3f69c74c7efa9600c3e87 (diff) | |
download | pfsense-packages-26b4db6c47d6b26c291f6ccd56e0cd0fa61377e3.tar.gz pfsense-packages-26b4db6c47d6b26c291f6ccd56e0cd0fa61377e3.tar.bz2 pfsense-packages-26b4db6c47d6b26c291f6ccd56e0cd0fa61377e3.zip |
[Fit123]Theme removed and CASS added
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> |