mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update app_config.php
This commit is contained in:
@@ -53,9 +53,10 @@
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and call_group <> '' and enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "destination asc";
|
||||
$apps[$x]['destinations'][$y]['field']['context'] = "user_context";
|
||||
$apps[$x]['destinations'][$y]['field']['destination']['name'] = "destination";
|
||||
$apps[$x]['destinations'][$y]['field']['destination']['type'] = "csv";
|
||||
$apps[$x]['destinations'][$y]['field']['destination']['delimiter'] = ",";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "destination";
|
||||
//$apps[$x]['destinations'][$y]['field']['destination']['name'] = "destination";
|
||||
//$apps[$x]['destinations'][$y]['field']['destination']['type'] = "csv";
|
||||
//$apps[$x]['destinations'][$y]['field']['destination']['delimiter'] = ",";
|
||||
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "bridge:group/\${destination}@\${domain_name}";
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:bridge group/\${destination}@\${domain_name}";
|
||||
$apps[$x]['destinations'][$y]['select_label'] = "\${destination}";
|
||||
|
||||
Reference in New Issue
Block a user