From 832b706e320e438f16dbf42e44e06a18ecd19a3a Mon Sep 17 00:00:00 2001 From: konradSC Date: Thu, 7 Sep 2017 14:14:26 -0400 Subject: [PATCH] Update app_config.php (#2828) Add a envelope icon for Voicemails in the Destinations select list. --- app/voicemails/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;