mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
Update app_config.php (#2828)
Add a envelope icon for Voicemails in the Destinations select list.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user