diff options
-rw-r--r-- | config/freeswitch_dev/freeswitch.xml | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_auto_attendant.tmp | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_auto_attendant_edit.tmp | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_auto_attendant_options_edit.tmp | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 5 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 |
6 files changed, 9 insertions, 6 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index d3ed72c8..e26968a0 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>Settings</name> - <version>0.9.7.14</version> + <version>0.9.7.15</version> <title>Settings</title> <include_file>/usr/local/pkg/v_config.inc</include_file> <menu> diff --git a/config/freeswitch_dev/v_auto_attendant.tmp b/config/freeswitch_dev/v_auto_attendant.tmp index ee769819..31b5aeb7 100644 --- a/config/freeswitch_dev/v_auto_attendant.tmp +++ b/config/freeswitch_dev/v_auto_attendant.tmp @@ -56,7 +56,7 @@ include("head.inc"); <?php include("fbegin.inc"); if ($v_label_show) { - echo "<p class=\"pgtitle\">$v_label: IVR</p>\n"; + echo "<p class=\"pgtitle\">$v_label: Auto Attendant</p>\n"; } ?> diff --git a/config/freeswitch_dev/v_auto_attendant_edit.tmp b/config/freeswitch_dev/v_auto_attendant_edit.tmp index 6826a896..227957de 100644 --- a/config/freeswitch_dev/v_auto_attendant_edit.tmp +++ b/config/freeswitch_dev/v_auto_attendant_edit.tmp @@ -223,7 +223,7 @@ function sf() { document.forms[0].savetopath.focus(); } include("fbegin.inc"); if ($v_label_show) { - echo "<p class=\"pgtitle\">$v_label: IVR: Edit</p>\n"; + echo "<p class=\"pgtitle\">$v_label: Auto Attendant: Edit</p>\n"; } if ($input_errors) print_input_errors($input_errors); diff --git a/config/freeswitch_dev/v_auto_attendant_options_edit.tmp b/config/freeswitch_dev/v_auto_attendant_options_edit.tmp index 7be21e6b..d91a077b 100644 --- a/config/freeswitch_dev/v_auto_attendant_options_edit.tmp +++ b/config/freeswitch_dev/v_auto_attendant_options_edit.tmp @@ -109,7 +109,7 @@ include("head.inc"); <?php include("fbegin.inc"); if ($v_label_show) { - echo "<p class=\"pgtitle\">$v_label: Options: Edit</p>\n"; + echo "<p class=\"pgtitle\">$v_label: Auto Attendant: Options: Edit</p>\n"; } if ($input_errors) print_input_errors($input_errors); diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 45974def..836e5cdd 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -52,7 +52,7 @@ function v_settings() $config['installedpackages']['freeswitchsettings']['config'][0]['tmp_dir'] = '/tmp'; $config['installedpackages']['freeswitchsettings']['config'][0]['bin_dir'] = '/usr/local/bin'; $config['installedpackages']['freeswitchsettings']['config'][0]['v_startup_script_dir'] = '/usr/local/etc/rc.d'; - $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.14"; + $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.15"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_build_version'] = "1.0.4"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_build_revision'] = "Release"; $config['installedpackages']['freeswitchsettings']['config'][0]['v_label'] = 'FreeSWITCH'; //FreeSWITCH (TM) http://www.freeswitch.org/ @@ -78,6 +78,9 @@ function v_settings() function build_menu() { + global $config; + $v_relative_url = $config['installedpackages']['freeswitchsettings']['config'][0]['v_relative_url']; + //$script_name_array = split ("/", $_SERVER["SCRIPT_NAME"]); //$script_name = $script_name_array[count($script_name_array)-1]; //echo "script_name: ".$script_name."<br />"; diff --git a/pkg_config.7.xml b/pkg_config.7.xml index c372caa4..d550c8f1 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -126,7 +126,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink> <config_file>http://www.pfsense.com/packages/config/freeswitch_dev/freeswitch.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.9.7.14</version> + <version>0.9.7.15</version> <status>Beta</status> <required_version>1.2.3</required_version> <maintainer>markjcrane@gmail.com</maintainer> |