Add a uuid to the destinations array.
This commit is contained in:
parent
463a29f25c
commit
afe78ffc62
|
|
@ -36,6 +36,7 @@
|
|||
$apps[$x]['destinations'][$y]['name'] = "ring_groups";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ring_group_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "ring_group_extension asc";
|
||||
$apps[$x]['destinations'][$y]['field']['ring_group_uuid'] = "ring_group_uuid";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "ring_group_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "ring_group_extension";
|
||||
$apps[$x]['destinations'][$y]['field']['description'] = "ring_group_description";
|
||||
|
|
|
|||
Loading…
Reference in New Issue