Phrases: App Defaults now converts phrases between base64 compatible and back, enhanced interface with better js manipulation, easily add pauses to a phrase.

Note: Currently DTMF tones are not recognized during phrase playback in IVR (rrrrr!).
This commit is contained in:
Nate Jones
2015-04-28 09:54:02 +00:00
parent 47f5588c45
commit 46541d4f8b
4 changed files with 243 additions and 96 deletions

View File

@@ -1001,7 +1001,7 @@ function switch_select_destination($select_type, $select_label, $select_name, $s
foreach ($result as &$row) {
$recording_name = $row["recording_name"];
$recording_filename = $row["recording_filename"];
$path_mod = ($_SESSION['recordings']['storage_type']['text'] != 'base64') ? $_SESSION['switch']['recordings']['dir'] : null;
$path_mod = ($_SESSION['recordings']['storage_type']['text'] != 'base64') ? $_SESSION['switch']['recordings']['dir']."/" : null;
if ($select_type == "dialplan") {
$execute_method = 'lua:';
}