Transcription installed, but options not showing up in extension, or voicemail pages

Status
Not open for further replies.

chopsywa

New Member
Sep 23, 2024
22
1
3
63
I installed 5.3 new. I then, a little later, installed the transcription option and setup all the defaults for this. It all looks correct, but the "Transcription Enabled" field does not appear in my extension edit, or voicemail edit screens and my voicemails are not transcribed.

On another system I have, it works fine.

I followed the directions to install transcription in the 5.2 to 5.3 upgrade section of the documentation using the following commands.

cd /var/www/fusionpbx/app
git clone https://github.com/fusionpbx/fusionpbx-app-transcribe.git transcribe
git clone https://github.com/fusionpbx/fusionpbx-app-speech.git speech
chown -R www-data:www-data /var/www/fusionpbx
php /var/www/fusionpbx/core/upgrade/upgrade.php

Not sure what to check next.
 

chopsywa

New Member
Sep 23, 2024
22
1
3
63
Issue resolved. I had entered the settings manually into the Transcribe section in defaults. I noticed whenever I did an upgrade, it duplicated my settings with default ones. So I transferred the details to the defaults, removed my own ones (which were identical) and enabled the defaults. Immediately it started working. It makes me wonder whether the defaults have hidden record identifiers in the database. The PHP scripts seem to search based on the name of the default, but clearly it was not liking my defaults.
 

markjcrane

Active Member
Staff member
Jul 22, 2018
581
205
43
50
After installing those features and then running upgrade -> app defaults it adds settings with specific settings for you to make it easier. Manually adding the settings is possible but not recommended for these settings because it will create duplicates. How we determine if the setting is already in the database is with specific UUIDS for each setting.
 

chopsywa

New Member
Sep 23, 2024
22
1
3
63
After installing those features and then running upgrade -> app defaults it adds settings with specific settings for you to make it easier. Manually adding the settings is possible but not recommended for these settings because it will create duplicates. How we determine if the setting is already in the database is with specific UUIDS for each setting.
Yeah thanks Mark. I figured there must be a unique identifier on the record somewhere. All good now. Nothing like the school of hard knocks to learn the intricate details. :)
 

mak_make

Member
Aug 27, 2018
64
0
6
42
Hi,

I am using Azure for Transcption service and whatever I do I get invalid Jason in the Transciption. under Defualt settings in voicemail catogery I have added azure_server_region, azure_key and Jason_enabled fileds.

can you please let me if you have any thoughs on what happening here.Defalut settings Transcribe.pngDefalut settings Voicemail.pngInvalid Jason.png
 
Status
Not open for further replies.