From 2132893a807e418b20a9d6f6b08077aef31d4b66 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 4 Jan 2015 09:36:58 +0000 Subject: [PATCH] Change the recording playback in the destination select list to use the new streamfile.lua. --- resources/switch.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/switch.php b/resources/switch.php index 489c9041ab..2ded66537c 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -1258,18 +1258,18 @@ function switch_select_destination($select_type, $select_label, $select_name, $s if ($ivr_menu_greet_long == $_SESSION['switch']['recordings']['dir']."/".$file) { $tmp_selected = true; if ($select_type == "dialplan") { - echo " \n"; + echo " \n"; } if ($select_type == "ivr") { - echo " \n"; + echo " \n"; } } else { if ($select_type == "dialplan") { - echo " \n"; + echo " \n"; } if ($select_type == "ivr") { - echo " \n"; + echo " \n"; } } } @@ -3198,4 +3198,4 @@ if (!function_exists('save_switch_xml')) { } } -?> +?> \ No newline at end of file