Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting.
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
$apps[$x]['destinations'][$y]['name'] = "fax";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "fax_extension asc";
|
||||
$apps[$x]['destinations'][$y]['field']['fax_uuid'] = "fax_uuid";
|
||||
$apps[$x]['destinations'][$y]['field']['uuid'] = "fax_uuid";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "fax_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "fax_extension";
|
||||
$apps[$x]['destinations'][$y]['field']['extension'] = "fax_extension";
|
||||
|
||||
Reference in New Issue
Block a user