diff options
-rw-r--r-- | config/freeswitch/freeswitch.inc | 2 | ||||
-rw-r--r-- | config/freeswitch/freeswitch.xml | 6 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index d700ac7b..c372d6e9 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1695,7 +1695,7 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.8.4.6"; + $freeswitch_package_version = "0.8.4.7"; $freeswitch_build_version = "1.0.3"; $freeswitch_build_revision = "12545"; diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 70b2e944..e810aa89 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.8.4.6</version> + <version>0.8.4.7</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -103,6 +103,8 @@ <url>/pkg_edit.php?xml=freeswitch_vars.xml&id=0</url> </tab> </tabs> + <configpath>installedpackages->package->$packagename->configuration->freeswitchsettings</configpath> + <fields> <field> <fielddescr>Numbering Plan</fielddescr> <fieldname>numbering_plan</fieldname> @@ -245,13 +247,13 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - exec("cd /usr/local/pkg/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch.inc"); sync_package_freeswitch_settings(); </custom_php_resync_config_command> <custom_delete_php_command> sync_package_freeswitch_settings(); </custom_delete_php_command> <custom_php_install_command> + exec("cd /usr/local/pkg/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch.inc"); freeswitch_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 8ded1930..8f65b55b 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -92,7 +92,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink> <config_file>http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.8.4.6</version> + <version>0.8.4.7</version> <status>Beta</status> <required_version>1.2.1</required_version> <maintainer>markjcrane@gmail.com</maintainer> |