From 10c51b13d6d460e1bfaca8636a1caa8781a9aca1 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 20 Sep 2012 18:35:46 +0000 Subject: [PATCH] Make sure that the IVR Menu uses transfer by extension number so the IVR menu timeout action will apply. --- includes/lib_switch.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index f3e067d725..422e1bc570 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -909,16 +909,16 @@ function switch_select_destination($select_type, $select_label, $select_name, $s } if ("ivr:".$extension_name."" == $select_value || "ivr ".$extension_name == $select_value || "transfer:".$extension." XML ".$_SESSION["context"] == $select_value) { if ($select_type == "ivr") { - echo " \n"; + echo " \n"; } if ($select_type == "dialplan") { - echo " \n"; + echo " \n"; } $selection_found = true; } else { if ($select_type == "ivr") { - echo " \n"; + echo " \n"; } if ($select_type == "dialplan") { echo " \n";