Update ring groups add enterprise originate as an option along with leg delay and leg timeout.

This commit is contained in:
Mark Crane
2013-02-12 02:49:49 +00:00
parent cb165c9128
commit 2f3cf8ec05
3 changed files with 84 additions and 12 deletions

View File

@@ -150,4 +150,12 @@
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the extension.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_delay';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_timeout';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
?>