From be2c379852ebe501e7882ee6b14911cfb400e2a4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 12 Jun 2014 11:17:28 +0000 Subject: [PATCH] Fix a bug in IVR Menu exit action select hangup did not display the action correctly --- resources/switch.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/switch.php b/resources/switch.php index bc7f50c96e..22945d45e6 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -1597,9 +1597,9 @@ function switch_select_destination($select_type, $select_label, $select_name, $s if (strlen($select_label) > 0) { echo " \n"; } - //else { - // echo " \n"; - //} + else { + echo " \n"; + } } if ($select_type == "dialplan" || $select_type == "ivr" || $select_type == "call_center_contact") { echo "\n";