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';