From 55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 6 Feb 2009 19:18:00 -0600 Subject: mv packages to config dir to match web layout --- packages/freeswitch/freeswitch_recordings.tmp | 499 -------------------------- 1 file changed, 499 deletions(-) delete mode 100644 packages/freeswitch/freeswitch_recordings.tmp (limited to 'packages/freeswitch/freeswitch_recordings.tmp') diff --git a/packages/freeswitch/freeswitch_recordings.tmp b/packages/freeswitch/freeswitch_recordings.tmp deleted file mode 100644 index 7d9b539d..00000000 --- a/packages/freeswitch/freeswitch_recordings.tmp +++ /dev/null @@ -1,499 +0,0 @@ - - - - - - -

FreeSWITCH: Recordings

- -
- - -
- -
- - - - - -
- - 0) { - foreach ($a_recordings as $recordingent) { - $config_recording_list .= $recordingent['filename']."|"; - $i++; - } -} - - - -$config_change = 0; -if (is_dir($dir_recordings)) { - if ($dh = opendir($dir_recordings)) { - while (($file = readdir($dh)) !== false) { - if (filetype($dir_recordings . $file) == "file") { - - if (strpos($config_recording_list, $file) === false) { - - //$handle = fopen($dir_recordings.$file,'rb'); - //$file_content = fread($handle,filesize($dir_recordings.$file)); - //fclose($handle); - - $a_file = split("\.", $file); - - $recordingent = array(); - $recordingent['filename'] = $file; - $recordingent['recordingname'] = $a_file[0]; - $recordingent['recordingid'] = guid(); - //$recordingent['filecontent'] = base64_encode($file_content); - $recordingent['descr'] = 'Auto'; - - $a_recordings[] = $recordingent; - write_config(); - - unset($file_content); - - } - else { - //echo "The file was found.
"; - } - - } - } - closedir($dh); - } -} - - - -//saved for future use if and when config.xml scales well - //enough to save the files inside it -//$i = 0; -//if (count($a_recordings) > 0) { -// foreach ($a_recordings as $recordingent) { - -// if (!is_file($dir_recordings.$recordingent['filename'])) { - //echo "not found: ".$recordingent['filename']."
"; - - //recording not found restore the file from the config.xml - //$file_content = $recordingent['filecontent']; - //$handle = fopen($dir_recordings.$recordingent['filename'],'w'); - //fwrite ($handle, base64_decode($file_content)); - //unset($file_content); - //fclose($handle); - //$recordingent['filecontent'] = base64_encode($file_content); - - // loop through recordings in the config.xml - // if the file does not exist remove it from the file system. - //unset($a_recordings[$i]); - -// $config_change = 1; -// } -// else { - //echo "found: ".$recordingent['filename']."
"; -// } - -// $i++; -// } -//} - -if ($config_change == 1) { - write_config(); - $config_change = 0; -} - -//if ($savemsg) print_info_box($savemsg); -//if (file_exists($d_hostsdirty_path)): echo"

"; -//print_info_box_np("The FreeSWITCH recordings have been changed.
You must apply the changes in order for them to take effect."); -//echo"
"; -//endif; - -?> - - - - -

Recordings:
-
- 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. -

- -
- -

-
- - - - - - - -
location: - - File to upload: - - -
-
- - - - - - - - - - - 0) { - foreach ($a_recordings as $recordingent) { - ?> - - - - - - - - - - - - - - -
Filename (download)Recording Name (play)Description - -
- - - - - -   - - -   - - - - - - -
-
- - - -
-
-
- - - - - -

Music on Hold:
-
- 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. - -

- -
- -
-
- - - - - - - -
location: - - File to upload: - - -
-
- - - - - - - - - - - - \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "\n"; - - } - } - closedir($handle); - } - ?> - - - - - -
File Name (download)Name (play)Last ModifiedSize
\n"; - echo " \n"; - echo " $file"; - echo " "; - echo " \n"; - echo " \n"; - $tmp_file_array = split("\.",$file); - echo " ".$tmp_file_array[0]; - echo " "; - echo " \n"; - echo date ("F d Y H:i:s", filemtime($dir_music_on_hold_8000.$file)); - echo " \n"; - echo " ".$tmp_filesize; - echo " \n"; - echo " \n"; - echo " \n"; - //echo " \n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
- -
-
-
-
-
-
- -
- -
- - - - - -- cgit v1.2.3