Ring Groups: Added Missed Call notification interface.

Extensions: Removed unnecessary echoes.
This commit is contained in:
Nate Jones
2015-06-19 16:33:05 +00:00
parent 5a58a9c3d4
commit 611b308d9e
4 changed files with 131 additions and 5 deletions
+12 -1
View File
@@ -78,6 +78,10 @@
$apps[$x]['permissions'][$y]['name'] = "ring_group_user_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "ring_group_missed_call";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
//schema details
$y = 0; //table array index
@@ -151,6 +155,14 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Skip destinations with active calls.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_missed_call_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_missed_call_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$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.";
@@ -198,7 +210,6 @@
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "varchar(255)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_delay";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";