Voicemail Transcription not working

johnny

New Member
Apr 10, 2020
16
5
3
39
Hello I cant seem to get Voicemail Transcriptions working I'm on the latest Master FusionPBX release as of today 2024-09-12

1. Created Project API Key in my OpenAI Account
1726170560131.png



2. Set the AI and Voicemail Vars for my domain settings

3. used the generated API key from OpenAI and placed it in the transcribe_key var


1726170446048.png

1726170468578.png

I restarted the entire server as well.

I current have Voicemails emailed to me with voicemail attached as a wav file and I get a Transcription line but its blank see here
1726170944854.png

Not sure what Im doing wrong or if im missing anything else

thank you
 

markjcrane

Active Member
Staff member
Jul 22, 2018
479
174
43
49
You can delete the AI category it has been deprecated. The FusionPBX Team realized we will be adding many AI tools in the future. Its likely an AI category could get large over time. So we are categorizing them with the name of their application instead.

This requires the 5.3 release (will be released soon) or recent master branch. You will need to install transcribe and speech which are located on github at these two locations.

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

Now look for category speech and transcribe in default settings. Enable the settings then fill in the api key.

p.s. New installs include these for the past couple of months to make it easier for upgrade. The 5.3 official release will be soon.