diff options
author | Mark Crane <mcrane@pfsense.org> | 2008-12-06 12:54:42 +0000 |
---|---|---|
committer | Mark Crane <mcrane@pfsense.org> | 2008-12-06 12:54:42 +0000 |
commit | f033813c7cfdc4b513c4ccda9ba423a41e9bf179 (patch) | |
tree | 7d77ef6a6d8992e8ff5498c468abf4bd694327e8 | |
parent | 1022bb41bcb1c5e42bd088c93bab4e1d99df3b87 (diff) | |
download | pfsense-packages-f033813c7cfdc4b513c4ccda9ba423a41e9bf179.tar.gz pfsense-packages-f033813c7cfdc4b513c4ccda9ba423a41e9bf179.tar.bz2 pfsense-packages-f033813c7cfdc4b513c4ccda9ba423a41e9bf179.zip |
pfSense FreeSWITCH package remove old files and minor updaton freeswitch_cmd.tmp
-rw-r--r-- | packages/freeswitch/freeswitch_cmd.tmp | 2 | ||||
-rw-r--r-- | packages/freeswitch/freeswitch_gateways.xml | 295 |
2 files changed, 1 insertions, 296 deletions
diff --git a/packages/freeswitch/freeswitch_cmd.tmp b/packages/freeswitch/freeswitch_cmd.tmp index 40712159..340936d9 100644 --- a/packages/freeswitch/freeswitch_cmd.tmp +++ b/packages/freeswitch/freeswitch_cmd.tmp @@ -1,7 +1,7 @@ <?php /* $Id$ */ /* - freeswitch_status.php + freeswitch_cmd.php Copyright (C) 2008 Mark J Crane All rights reserved. diff --git a/packages/freeswitch/freeswitch_gateways.xml b/packages/freeswitch/freeswitch_gateways.xml deleted file mode 100644 index e91c921c..00000000 --- a/packages/freeswitch/freeswitch_gateways.xml +++ /dev/null @@ -1,295 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE packagegui SYSTEM "./schema/packages.dtd"> -<packagegui> - <copyright> - <![CDATA[ -/* $Id$ */ -/* ========================================================================== */ -/* - - freeswitch_gateways.xml - Copyright (C) 2008 Mark J Crane - All rights reserved. - - FreeSWITCH (TM) - http://www.freeswitch.org/ - - part of pfSense (http://www.pfSense.com) - Copyright (C) 2007 to whom it may belong - All rights reserved. - - Based on m0n0wall (http://m0n0.ch/wall) - Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. - All rights reserved. - */ -/* ========================================================================== */ -/* - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - */ -/* ========================================================================== */ - ]]> - </copyright> - <description>FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow.</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> - <name>freeswitchgateways</name> - <version>0.2.1</version> - <title>FreeSWITCH: Gateways</title> - <include_file>/usr/local/pkg/freeswitch.inc</include_file> - <tabs> - <tab> - <text>Settings</text> - <url>/pkg_edit.php?xml=freeswitch.xml&id=0</url> - </tab> - <tab> - <text>Dialplan</text> - <url>/pkg_edit.php?xml=freeswitch_dialplan.xml&id=0</url> - </tab> - <tab> - <text>Extensions</text> - <url>/pkg.php?xml=freeswitch_extensions.xml</url> - </tab> - <tab> - <text>External</text> - <url>/pkg_edit.php?xml=freeswitch_external.xml&id=0</url> - </tab> - <tab> - <text>Gateways</text> - <url>/pkg.php?xml=freeswitch_gateways.xml</url> - <active/> - </tab> - <tab> - <text>Internal</text> - <url>/pkg_edit.php?xml=freeswitch_internal.xml&id=0</url> - </tab> - <tab> - <text>Modules</text> - <url>/pkg_edit.php?xml=freeswitch_modules.xml&id=0</url> - </tab> - <tab> - <text>Public</text> - <url>/pkg_edit.php?xml=freeswitch_public.xml&id=0</url> - </tab> - <tab> - <text>Status</text> - <url>/freeswitch/freeswitch_status.php</url> - </tab> - <tab> - <text>Vars</text> - <url>/pkg_edit.php?xml=freeswitch_vars.xml&id=0</url> - </tab> - </tabs> - <configpath>installedpackages->package->$packagename->configuration->gateways</configpath> - <adddeleteeditpagefields> - <columnitem> - <fielddescr>Gateway</fielddescr> - <fieldname>gateway</fieldname> - </columnitem> - <columnitem> - <fielddescr>Context</fielddescr> - <fieldname>context</fieldname> - </columnitem> - <columnitem> - <fielddescr>Description</fielddescr> - <fieldname>description</fieldname> - </columnitem> - </adddeleteeditpagefields> - <fields> - <field> - <fielddescr>Gateway</fielddescr> - <fieldname>gateway</fieldname> - <description>Enter the gateway name here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>Username</fielddescr> - <fieldname>username</fieldname> - <description>Enter the username here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>Password</fielddescr> - <fieldname>password</fieldname> - <description>Enter the password here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>Realm</fielddescr> - <fieldname>realm</fieldname> - <description>Enter the realm here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>From-user</fielddescr> - <fieldname>from-user</fieldname> - <description>Enter the from-user here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>From-domain</fielddescr> - <fieldname>from-domain</fieldname> - <description>Enter the from-domain here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>Proxy</fielddescr> - <fieldname>proxy</fieldname> - <description>Enter the proxy here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>Expire-seconds</fielddescr> - <fieldname>expire-seconds</fieldname> - <description>Enter the expire-seconds here. Example: 600</description> - <type>input</type> - <value>600</value> - </field> - <field> - <fielddescr>Register</fielddescr> - <fieldname>register</fieldname> - <description>Choose whether to register.</description> - <type>select</type> - <options> - <option> - <name>True</name> - <value>true</value> - </option> - <option> - <name>False</name> - <value>false</value> - </option> - </options> - </field> - <field> - <fielddescr>Register-transport</fielddescr> - <fieldname>register-transport</fieldname> - <description>Choose whether to register-transport.</description> - <type>select</type> - <options> - <option> - <name></name> - <value></value> - </option> - <option> - <name>udp</name> - <value>udp</value> - </option> - <option> - <name>tcp</name> - <value>tcp</value> - </option> - </options> - </field> - <field> - <fielddescr>Retry-seconds</fielddescr> - <fieldname>retry-seconds</fieldname> - <description>Enter the retry_seconds here. Example: 30</description> - <type>input</type> - <value>30</value> - </field> - <field> - <fielddescr>Extension</fielddescr> - <fieldname>extension</fieldname> - <description>Enter the extension here.</description> - <type>input</type> - <value></value> - </field> - <field> - <fielddescr>Context</fielddescr> - <fieldname>context</fieldname> - <description>Enter the context here. Example: public</description> - <type>input</type> - <value>public</value> - </field> - <field> - <fielddescr>Caller-id-in-from</fielddescr> - <fieldname>caller-id-in-from</fieldname> - <description>Choose caller-id-in-from.</description> - <type>select</type> - <options> - <option> - <name></name> - <value></value> - </option> - <option> - <name>True</name> - <value>true</value> - </option> - <option> - <name>False</name> - <value>false</value> - </option> - </options> - </field> - <field> - <fielddescr>Supress-cng</fielddescr> - <fieldname>supress-cng</fieldname> - <description>Choose whether to supress-cng.</description> - <type>select</type> - <options> - <option> - <name></name> - <value></value> - </option> - <option> - <name>True</name> - <value>true</value> - </option> - <option> - <name>False</name> - <value>false</value> - </option> - </options> - </field> - <field> - <fielddescr>Disabled</fielddescr> - <fieldname>disabled</fieldname> - <description>Set this option to disable this gateway without removing it from the list.</description> - <type>checkbox</type> - <value>tmp</value> - </field> - <field> - <fielddescr>Gateway Description</fielddescr> - <fieldname>description</fieldname> - <description>Enter the description of the gateway here.</description> - <type>input</type> - <value></value> - </field> - </fields> - <custom_add_php_command> - </custom_add_php_command> - <custom_php_resync_config_command> - sync_package_freeswitch_gateways(); - </custom_php_resync_config_command> - <custom_delete_php_command> - sync_package_freeswitch_gateways(); - </custom_delete_php_command> - <custom_php_deinstall_command> - </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file |