diff --git a/app/dialplans/app_config.php b/app/dialplans/app_config.php index e2eac554ec..f683cdbf45 100644 --- a/app/dialplans/app_config.php +++ b/app/dialplans/app_config.php @@ -226,5 +226,9 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_order"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; ?>