diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 72787e51e2..bca829b58e 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -40,7 +40,7 @@ $apps[$x]['destinations'][$y]['field']['description'] = "voicemail_description"; $apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:*99\${destination} XML \${context}"; $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer *99\${destination} XML \${context}"; - $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${description}"; + $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${description} ✉"; //permission details $y=0;