Add call_timeout to extensions.

This commit is contained in:
Mark Crane
2013-04-02 07:36:28 +00:00
parent c2b6d8659e
commit f4bd3cef5c
3 changed files with 32 additions and 3 deletions
+4
View File
@@ -191,6 +191,10 @@
$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'] = 'call_timeout';
$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']['text'] = 'call_group';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'callgroup';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';