Add ringback to ring groups

This commit is contained in:
Mark Crane
2012-10-22 20:09:37 +00:00
parent e842b26976
commit 6b7bb9e179
2 changed files with 57 additions and 15 deletions

View File

@@ -103,6 +103,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the timeout destination.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_ringback';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the ringback.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select enable or disable the ring group.';