From 245b29eb4824b1cb65b1ca418f7d6c97eb80f200 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Aug 2020 08:35:42 -0600 Subject: [PATCH] Add the uuid. --- app/call_flows/app_config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 060308ab8c..8f7786e732 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -36,9 +36,10 @@ $apps[$x]['destinations'][$y]['name'] = "call_flows"; $apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and call_flow_enabled = 'true' "; $apps[$x]['destinations'][$y]['order_by'] = "call_flow_name asc"; - $apps[$x]['destinations'][$y]['field']['context'] = "call_flow_context"; + $apps[$x]['destinations'][$y]['field']['call_flow_uuid'] = "call_flow_uuid"; $apps[$x]['destinations'][$y]['field']['name'] = "call_flow_name"; $apps[$x]['destinations'][$y]['field']['destination'] = "call_flow_extension"; + $apps[$x]['destinations'][$y]['field']['context'] = "call_flow_context"; $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}";