From c5d2c0f298ade708a7c6d2d0054619497091a4c3 Mon Sep 17 00:00:00 2001 From: mcrane Date: Sat, 8 Aug 2009 03:53:10 -0600 Subject: FreeSWITCH dev package fix syntax error on dialplan tab. --- config/freeswitch_dev/freeswitch.xml | 2 +- config/freeswitch_dev/v_config.inc | 2 +- config/freeswitch_dev/v_dialplan.tmp | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index c1c645d3..6c77c756 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -44,7 +44,7 @@ Describe your package requirements here Currently there are no FAQ items provided. Settings - 0.9.7.11 + 0.9.7.12 Settings /usr/local/pkg/v_config.inc diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 13c2fc8a..815a9a08 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -50,7 +50,7 @@ function v_settings() global $config; $config['installedpackages']['freeswitchsettings']['config'][0]['php_dir'] = '/usr/local/bin/php'; $config['installedpackages']['freeswitchsettings']['config'][0]['tmp_dir'] = '/tmp/'; - $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.11"; + $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.12"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_build_version'] = "1.0.4"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_build_revision'] = ""; $config['installedpackages']['freeswitchsettings']['config'][0]['v_label'] = 'FreeSWITCH'; //FreeSWITCH (TM) http://www.freeswitch.org/ diff --git a/config/freeswitch_dev/v_dialplan.tmp b/config/freeswitch_dev/v_dialplan.tmp index 5777b932..034f60f9 100644 --- a/config/freeswitch_dev/v_dialplan.tmp +++ b/config/freeswitch_dev/v_dialplan.tmp @@ -30,11 +30,8 @@ require("guiconfig.inc"); require("/usr/local/pkg/v_config.inc"); -//$a_extensions = &$config['installedpackages']['freeswitchprofiles']['config']; +//$a_extensions = $config['installedpackages']['freeswitchprofiles']['config']; -if ($v_path_show) { - echo $v_conf_dir."/sip_profiles/external/\n"; -} if ($_GET['a'] == "default") { conf_mount_rw(); -- cgit v1.2.3