Update app_config.php

This commit is contained in:
FusionPBX
2018-05-07 19:35:17 -06:00
committed by GitHub
parent f4ffc80d76
commit 457a1778c2

View File

@@ -180,6 +180,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_call_timeout";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the call timeout.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_forward_destination";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";