mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add destination details to several app_config.php files.
This commit is contained in:
@@ -19,6 +19,20 @@
|
||||
$apps[$x]['description']['pt-pt'] = "O centro de conferências permite gerir uma ou mais salas de conferência, audio e vídeo.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//destination details
|
||||
$y = 0;
|
||||
$apps[$x]['destinations'][$y]['type'] = "sql";
|
||||
$apps[$x]['destinations'][$y]['label'] = "conference_centers";
|
||||
$apps[$x]['destinations'][$y]['name'] = "conference_centers";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '${domain_uuid}' and conference_center_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "conference_center_name asc";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "conference_center_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "conference_center_extension";
|
||||
$apps[$x]['destinations'][$y]['field']['description'] = "conference_center_description";
|
||||
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:\${destination} XML \${context}";
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}";
|
||||
$apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name} \${description}";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = "conference_center_view";
|
||||
|
||||
Reference in New Issue
Block a user