aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-27 15:29:13 -0600
committermcrane <mctch@yahoo.com>2009-04-27 15:29:13 -0600
commitfc2d7400c16bf60d24bf471acda422f6a8f392c8 (patch)
tree5fc0b6489a2d7a5018c35807062a6cb806d8b905 /config
parentee1328b8f31da267dd737defa28d65505a45f197 (diff)
downloadpfsense-packages-fc2d7400c16bf60d24bf471acda422f6a8f392c8.tar.gz
pfsense-packages-fc2d7400c16bf60d24bf471acda422f6a8f392c8.tar.bz2
pfsense-packages-fc2d7400c16bf60d24bf471acda422f6a8f392c8.zip
FreeSWITCH xml adjustments to installation
Diffstat (limited to 'config')
-rw-r--r--config/freeswitch/freeswitch.inc2
-rw-r--r--config/freeswitch/freeswitch.xml6
2 files changed, 5 insertions, 3 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&amp;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>