mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Add base64 field to recordings, voicemail, and voicemail recordings.
This commit is contained in:
@@ -102,5 +102,10 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "greeting_description";
|
||||
$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'] = "greeting_base64";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Voicemail greeting file encoded in base64.";
|
||||
$z++;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user