Add contact-params (#6545)

Adding contact params for control over this setting.
This commit is contained in:
FusionPBX
2023-02-06 22:24:16 -07:00
committed by GitHub
parent 46854d4025
commit 09c41b88ef
6 changed files with 73 additions and 4 deletions
+4
View File
@@ -185,6 +185,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_params";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "retry_seconds";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";