Change Call Forward Unanswered to Call Forward No Answer

This commit is contained in:
Mark Crane
2014-12-03 05:55:01 +00:00
parent 901117fab7
commit e34a149a81
3 changed files with 32 additions and 30 deletions
+4 -2
View File
@@ -309,11 +309,13 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_unanswered_destination";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_no_answer_destination";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "forward_unanswered_destination";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_unanswered_enabled";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_no_answer_enabled";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "forward_unanswered_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
$z++;