Add ring group cid number prefix to the database and to the ring group lua script

This commit is contained in:
Mark Crane
2014-09-06 07:45:17 +00:00
parent 4f0d0eb688
commit a2b5cd59e1
2 changed files with 11 additions and 2 deletions

View File

@@ -140,7 +140,11 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_cid_name_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID prefix.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID name prefix.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_cid_number_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID number prefix.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_strategy";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";