From 834fc1b15a774f0fc58ab6212ac6d4e4574bb425 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 Mar 2022 12:04:08 -0700 Subject: [PATCH] Fix the Desintation Select list for IVR Menu Other. --- app/ivr_menus/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index 75a705e896..50834351de 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -63,7 +63,7 @@ $apps[$x]['destinations'][$y]['name'] = 'ivr_menus_other'; $apps[$x]['destinations'][$y]['field']['name'] = 'name'; $apps[$x]['destinations'][$y]['field']['destination'] = 'destination'; - $apps[$x]['destinations'][$y]['select_value']['ivr'] = "\${name}:"; + $apps[$x]['destinations'][$y]['select_value']['ivr'] = "\${destination}:"; $apps[$x]['destinations'][$y]['select_label'] = "\${name}"; $z=0; $apps[$x]['destinations'][$y]['result']['data'][$z]['name'] = 'top';