Trying to get transcription working on my fusionpbx server so ran the following
Was expecting to see a Transcribe section in default settings but it's not there. Ran upgrade->app defaults and again still can't see it. What have I missed
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
Was expecting to see a Transcribe section in default settings but it's not there. Ran upgrade->app defaults and again still can't see it. What have I missed