From ae4516f73513f70957d5a7de68a4b64a549c1395 Mon Sep 17 00:00:00 2001 From: mcrane Date: Sun, 19 Apr 2009 02:18:31 -0600 Subject: FreeSWITCH add file freeswitch_features.tmp to the install function. --- config/freeswitch/freeswitch.inc | 5 +- config/freeswitch/freeswitch.xml | 9 +- config/freeswitch/freeswitch_features.php | 179 ------------------------------ config/freeswitch/freeswitch_features.tmp | 179 ++++++++++++++++++++++++++++++ 4 files changed, 190 insertions(+), 182 deletions(-) delete mode 100644 config/freeswitch/freeswitch_features.php create mode 100644 config/freeswitch/freeswitch_features.tmp (limited to 'config') diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 5d0c2c9c..d3bc7883 100755 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1672,7 +1672,7 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.8.4"; + $freeswitch_package_version = "0.8.4.1"; $freeswitch_build_version = "1.0.3"; $freeswitch_build_revision = "12545"; @@ -1750,6 +1750,9 @@ function freeswitch_php_install_command() exec("cp /tmp/freeswitch_extensions_edit.tmp /usr/local/www/freeswitch/freeswitch_extensions_edit.php"); unlink_if_exists("/tmp/freeswitch_extensions_edit.tmp"); + exec("cp /tmp/freeswitch_features.tmp /usr/local/www/freeswitch/freeswitch_features.php"); + unlink_if_exists("/tmp/freeswitch_features.tmp"); + exec("cp /tmp/freeswitch_gateways.tmp /usr/local/www/freeswitch/freeswitch_gateways.php"); unlink_if_exists("/tmp/freeswitch_gateways.tmp"); diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 46ef16e7..7cde23c0 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ Describe your package requirements here Currently there are no FAQ items provided. FreeSWITCH Settings - 0.8.4 + 0.8.4.1 FreeSWITCH: Settings /usr/local/pkg/freeswitch.inc @@ -233,7 +233,12 @@ /usr/local/pkg/ 0755 http://www.pfsense.com/packages/config/freeswitch/freeswitch_external.xml - + + + /tmp/ + 0755 + http://www.pfsense.com/packages/config/freeswitch/freeswitch_features.tmp + /tmp/ 0755 diff --git a/config/freeswitch/freeswitch_features.php b/config/freeswitch/freeswitch_features.php deleted file mode 100644 index 7578b033..00000000 --- a/config/freeswitch/freeswitch_features.php +++ /dev/null @@ -1,179 +0,0 @@ - - - - - -

FreeSWITCH: Extensions

- -
- - -
- -
- - - - - -
- - - - - -

Features
-
- List of a few of the features. -

-
- - - - - - - - - -
Auto Attendant
Open - An interactive voice response (IVR) often refered to as an Auto Attendant. - It associates a recording to multiple options that can be used to direct - calls to extensions, voicemail, queues, other IVR applications, and external - phone numbers. -
- -
-
- - - - - - - - - -
Modules
Open - Modules add additional features and can be enabled or disabled to provide the desired features. -
- -
-
- - - - - - - - - -
Music on Hold
Open - Music on hold can be in WAV or MP3 format. To play MP3 you must have mod_shout enabled - on the 'Modules' tab. For best performance upload 16bit 8khz/16khz Mono WAV files. -
- -
-
- - - - - - - - - -
Recordings
Open - To make a recording dial extension 732673 (record) or you can make a 16bit 8khz/16khz - Mono WAV file then copy it to the following directory then refresh the page to play - it back. Click on the 'Filename' to download it or the 'Recording Name' to play the audio. -
- -
-
- -
-
-
-
-
-
-
-
- -
- -
- - - - - diff --git a/config/freeswitch/freeswitch_features.tmp b/config/freeswitch/freeswitch_features.tmp new file mode 100644 index 00000000..1929315f --- /dev/null +++ b/config/freeswitch/freeswitch_features.tmp @@ -0,0 +1,179 @@ + + + + + +

FreeSWITCH: Extensions

+ +
+ + +
+ +
+ + + + + +
+ + + + + + + + + + +
Auto Attendant
Open + An interactive voice response (IVR) often refered to as an Auto Attendant. + It associates a recording to multiple options that can be used to direct + calls to extensions, voicemail, queues, other IVR applications, and external + phone numbers. +
+ +
+
+ + + + + + + + + +
Modules
Open + Modules add additional features and can be enabled or disabled to provide the desired features. +
+ +
+
+ + + + + + + + + +
Music on Hold
Open + Music on hold can be in WAV or MP3 format. To play MP3 you must have mod_shout enabled + on the 'Modules' tab. For best performance upload 16bit 8khz/16khz Mono WAV files. +
+ +
+
+ + + + + + + + + +
Recordings
Open + To make a recording dial extension 732673 (record) or you can make a 16bit 8khz/16khz + Mono WAV file then copy it to the following directory then refresh the page to play + it back. Click on the 'Filename' to download it or the 'Recording Name' to play the audio. +
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+ +
+ + + + + -- cgit v1.2.3