Add a recording message textarea

- Add speech to text
- Add text to speech
This commit is contained in:
FusionPBX
2024-03-23 19:24:32 -06:00
committed by GitHub
parent 2756e71e37
commit 1a34181008
3 changed files with 207 additions and 45 deletions
+5
View File
@@ -178,6 +178,11 @@
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_message";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_description";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "descr";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";