Add destination details to several app_config.php files.
This commit is contained in:
@@ -11,6 +11,19 @@
|
||||
$apps[$x]['description']['en-us'] = "";
|
||||
$apps[$x]['description']['fr-fr'] = "";
|
||||
|
||||
//destination details
|
||||
$y = 0;
|
||||
$apps[$x]['destinations'][$y]['type'] = "sql";
|
||||
$apps[$x]['destinations'][$y]['label'] = "voicemails";
|
||||
$apps[$x]['destinations'][$y]['name'] = "voicemails";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '${domain_uuid}' and voicemail_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "voicemail_id asc ";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "voicemail_id";
|
||||
$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}";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = "voicemail_view";
|
||||
|
||||
Reference in New Issue
Block a user