Remove ring group call timeout as the per leg timeout makes it redundant

This commit is contained in:
Mark Crane
2014-07-04 04:25:09 +00:00
parent 9fc843babb
commit 6727d0841d
5 changed files with 0 additions and 28 deletions
-4
View File
@@ -146,10 +146,6 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the strategy.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_sec";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the timeout in seconds.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the timeout destination.";