diff options
author | mcrane <mctch@yahoo.com> | 2009-07-28 07:02:12 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-07-28 07:02:12 -0600 |
commit | f805de2a0fdc3e888f0144bfff6dab58f5e0b132 (patch) | |
tree | e6bf87c252429b0ca5a4be9353f175711db57ee0 /config/freeswitch_dev/freeswitch.xml | |
parent | c6cd001141182be39c5004616550d6b23c491bcb (diff) | |
download | pfsense-packages-f805de2a0fdc3e888f0144bfff6dab58f5e0b132.tar.gz pfsense-packages-f805de2a0fdc3e888f0144bfff6dab58f5e0b132.tar.bz2 pfsense-packages-f805de2a0fdc3e888f0144bfff6dab58f5e0b132.zip |
FreeSWITCH package rename files.
Diffstat (limited to 'config/freeswitch_dev/freeswitch.xml')
-rw-r--r-- | config/freeswitch_dev/freeswitch.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index f0c06481..fe9d1dfe 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -44,15 +44,15 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>Settings</name> - <version>0.9.5.4</version> + <version>0.9.5.5</version> <title>Settings</title> - <include_file>/usr/local/pkg/freeswitch.inc</include_file> + <include_file>/usr/local/pkg/v_config.inc</include_file> <menu> <name>FreeSWITCH</name> <tooltiptext>Modify FreeSWITCH settings.</tooltiptext> <section>Services</section> <configfile>freeswitch.xml</configfile> - <url>/packages/freeswitch/freeswitch_settings.php</url> + <url>/packages/freeswitch/v_settings.php</url> </menu> <service> <name>freeswitch</name> @@ -63,40 +63,40 @@ <tabs> <tab> <text>Settings</text> - <url>/packages/freeswitch/freeswitch_settings.php</url> + <url>/packages/freeswitch/v_settings.php</url> <active/> </tab> <tab> <text>Dialplan</text> - <url>/packages/freeswitch/freeswitch_dialplan_includes.php</url> + <url>/packages/freeswitch/v_dialplan_includes.php</url> </tab> <tab> <text>Extensions</text> - <url>/packages/freeswitch/freeswitch_extensions.php</url> + <url>/packages/freeswitch/v_extensions.php</url> </tab> <tab> <text>Features</text> - <url>/packages/freeswitch/freeswitch_features.php</url> + <url>/packages/freeswitch/v_features.php</url> </tab> <tab> <text>Gateways</text> - <url>/packages/freeswitch/freeswitch_gateways.php</url> + <url>/packages/freeswitch/v_gateways.php</url> </tab> <tab> <text>Profiles</text> - <url>/packages/freeswitch/freeswitch_profiles.php</url> + <url>/packages/freeswitch/v_profiles.php</url> </tab> <tab> <text>Public</text> - <url>/packages/freeswitch/freeswitch_public_includes.php</url> + <url>/packages/freeswitch/v_public_includes.php</url> </tab> <tab> <text>Status</text> - <url>/packages/freeswitch/freeswitch_status.php</url> + <url>/packages/freeswitch/v_status.php</url> </tab> <tab> <text>Vars</text> - <url>/packages/freeswitch/freeswitch_vars.php</url> + <url>/packages/freeswitch/v_vars.php</url> </tab> </tabs> <configpath>installedpackages->package->$packagename->configuration->freeswitchsettings</configpath> @@ -108,7 +108,7 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.inc</item> + <item>http://www.pfsense.com/packages/config/v_dev/freeswitch.inc</item> </additional_files_needed> <fields> <field> @@ -253,15 +253,15 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - sync_package_freeswitch_settings(); + sync_package_v_settings(); </custom_php_resync_config_command> <custom_delete_php_command> - sync_package_freeswitch_settings(); + sync_package_v_settings(); </custom_delete_php_command> <custom_php_install_command> - freeswitch_php_install_command(); + v_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> - freeswitch_deinstall_command(); + v_deinstall_command(); </custom_php_deinstall_command> </packagegui> |