Update app_config.php (#2828)
Add a envelope icon for Voicemails in the Destinations select list.
This commit is contained in:
parent
ea6608bcc0
commit
832b706e32
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue