Add call flow context and the license details.

This commit is contained in:
Mark Crane
2012-09-14 23:22:46 +00:00
parent d17f7c88ad
commit 9abb5d84b4
4 changed files with 108 additions and 1 deletions
+4
View File
@@ -74,6 +74,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the feature code.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_context';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the context.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_status';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the status.';