Call Control: Minor form layout mods, add Default Setting to control Follow Me Destination count and default Timeout value, integrate ORM.

This commit is contained in:
reliberate
2016-10-05 01:19:05 -06:00
parent 6a511a4621
commit 78d38090bc
5 changed files with 624 additions and 652 deletions

View File

@@ -111,6 +111,7 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_prompt";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dial_string";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";