diff options
author | mcrane <mctch@yahoo.com> | 2009-08-10 12:38:06 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-10 12:38:06 -0600 |
commit | 4f8eca2fb1b1de0c4edc7f10cdbc35359d0ca7fc (patch) | |
tree | a12ea97acb638720d120b9255f3ed01c5374fbec /config | |
parent | d7a36311a7b4c64fd1ceadf9a150b9a890765aa5 (diff) | |
download | pfsense-packages-4f8eca2fb1b1de0c4edc7f10cdbc35359d0ca7fc.tar.gz pfsense-packages-4f8eca2fb1b1de0c4edc7f10cdbc35359d0ca7fc.tar.bz2 pfsense-packages-4f8eca2fb1b1de0c4edc7f10cdbc35359d0ca7fc.zip |
FreeSWITCH dev package minor wording change and add missing php tags.
Diffstat (limited to 'config')
-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_config.inc | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_public.tmp | 2 |
4 files changed, 5 insertions, 3 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']; ?>" /> |