diff options
author | mcrane <mctch@yahoo.com> | 2009-06-19 06:41:27 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-06-19 06:41:27 -0600 |
commit | 3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2 (patch) | |
tree | 573b03f5bcd62a956ba7bb2e2f26dec670aee3fe /config/freeswitch | |
parent | 6919906b41eab4e7ff51455a8e8a9735a61145dd (diff) | |
download | pfsense-packages-3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2.tar.gz pfsense-packages-3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2.tar.bz2 pfsense-packages-3e0c93ef4c7b803811f6a333dd3c159d6c6d8db2.zip |
FreeSWITCH package fix syntax error, and wording changes.
Diffstat (limited to 'config/freeswitch')
-rw-r--r-- | config/freeswitch/freeswitch.inc | 2 | ||||
-rw-r--r-- | config/freeswitch/freeswitch.xml | 2 | ||||
-rw-r--r-- | config/freeswitch/freeswitch_extensions_edit.tmp | 4 | ||||
-rw-r--r-- | config/freeswitch/freeswitch_hunt_group_edit.tmp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 5e26316a..83d21d2d 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -2632,7 +2632,7 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.9.2.5"; + $freeswitch_package_version = "0.9.3"; $freeswitch_build_version = "1.0.4 pre 8"; $freeswitch_build_revision = "13784"; diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index c25b8286..0b9fb994 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.9.2.5</version> + <version>0.9.3</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> diff --git a/config/freeswitch/freeswitch_extensions_edit.tmp b/config/freeswitch/freeswitch_extensions_edit.tmp index b6ca1b10..54b46d7c 100644 --- a/config/freeswitch/freeswitch_extensions_edit.tmp +++ b/config/freeswitch/freeswitch_extensions_edit.tmp @@ -90,7 +90,7 @@ if ($_POST) { $ent['outbound_caller_id_number'] = $outbound_caller_id_number; $ent['vm-mailto'] = $_POST['vm-mailto']; $ent['vm-attach-file'] = $_POST['vm-attach-file']; - $ent['vm-keep-local-after-email'] = $_POST['vm-keep-local-after-email]; + $ent['vm-keep-local-after-email'] = $_POST['vm-keep-local-after-email']; $ent['user_context'] = $_POST['user_context']; $ent['callgroup'] = $_POST['callgroup']; $ent['auth-acl'] = $_POST['auth-acl']; @@ -245,7 +245,7 @@ display_top_tabs(build_menu()); </td> </tr> <tr> - <td width="25%" valign="top" class="vncellreq" nowrap>vm-keep-local-after-email</td> + <td width="25%" valign="top" class="vncellreq" nowrap>VM Keep Local After Email</td> <td width="75%" class="vtable"> <?php echo " <select name='vm-keep-local-after-email' class='formfld unknown'>\n"; diff --git a/config/freeswitch/freeswitch_hunt_group_edit.tmp b/config/freeswitch/freeswitch_hunt_group_edit.tmp index 7657a03d..129482d9 100644 --- a/config/freeswitch/freeswitch_hunt_group_edit.tmp +++ b/config/freeswitch/freeswitch_hunt_group_edit.tmp @@ -247,7 +247,7 @@ display_top_tabs(build_menu()); </td> </tr> <tr> - <td width="22%" valign="top" class="vncellreq">Ring Back</td> + <td width="22%" valign="top" class="vncell">Ring Back</td> <td width="78%" class="vtable"> <?php echo " <select name='huntgroupringback' class='formfld'>\n"; |