aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/freeswitch_dev/freeswitch.xml2
-rw-r--r--config/freeswitch_dev/v_auto_attendant.tmp2
-rw-r--r--config/freeswitch_dev/v_config.inc2
-rw-r--r--config/freeswitch_dev/v_public.tmp2
-rwxr-xr-xpkg_config.7.xml2
5 files changed, 6 insertions, 4 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml
index c8d0abc9..89be61aa 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.17</version>
+ <version>0.9.7.18</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 7e43d225..63e79978 100644
--- a/config/freeswitch_dev/v_auto_attendant.tmp
+++ b/config/freeswitch_dev/v_auto_attendant.tmp
@@ -79,7 +79,7 @@ build_menu();
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td><p><span class="vexpl"><span class="red"><strong>IVR<br />
+ <td><p><span class="vexpl"><span class="red"><strong>Auto Attendant<br />
</strong></span>
Auto Attendant provides callers the ability to choose between multiple options that direct
calls to extensions, voicemail, conferences, queues, other auto attendants, and external phone numbers.
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index 17582fe2..ff82257a 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.17";
+ $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.18";
$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/
diff --git a/config/freeswitch_dev/v_public.tmp b/config/freeswitch_dev/v_public.tmp
index 680c5b7c..3399f974 100644
--- a/config/freeswitch_dev/v_public.tmp
+++ b/config/freeswitch_dev/v_public.tmp
@@ -127,9 +127,11 @@ build_menu();
<table width="98%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td>
+ <?php
if ($v_path_show) {
echo $v_conf_dir."/dialplan/public.xml</td>";
}
+ ?>
</td>
<td align='right'>
<input type="hidden" name="f" value="<?php echo $_GET['f']; ?>" />
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index 32fc544a..81d44e39 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.17</version>
+ <version>0.9.7.18</version>
<status>Beta</status>
<required_version>1.2.3</required_version>
<maintainer>markjcrane@gmail.com</maintainer>