diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 9c2866e065..7cfe5535c9 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -167,6 +167,11 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alernate application data."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to enable or disable the call flow"; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';