Add uuid to the destinations array.
This commit is contained in:
parent
e0e510f133
commit
463a29f25c
|
|
@ -36,6 +36,7 @@
|
|||
$apps[$x]['destinations'][$y]['name'] = "ivr_menus";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and ivr_menu_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc";
|
||||
$apps[$x]['destinations'][$y]['field']['ivr_menu_uuid'] = "ivr_menu_uuid";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "ivr_menu_extension";
|
||||
$apps[$x]['destinations'][$y]['field']['context'] = "ivr_menu_context";
|
||||
|
|
|
|||
Loading…
Reference in New Issue