Update app_config.php (#2828)

Add a envelope icon for Voicemails in the Destinations select list.
This commit is contained in:
konradSC 2017-09-07 14:14:26 -04:00 committed by FusionPBX
parent ea6608bcc0
commit 832b706e32
1 changed files with 1 additions and 1 deletions

View File

@ -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} &#9993";
//permission details
$y=0;