Reference16r1:Apps/PbxManager/App myApps Transcriptions
With the transcription PBX-Manager plugin, the needed app object can be created and configured. In addition, the app object can be assigned to specific config templates, if any exist.
Add an app object
- Name
- The name displayed for the app object which must be unique.
- SIP
- The sip from the app object which must be unique.
Transcriptions API
Remote Service URL
The URL to your transcription service. This could be your self-hosted service (e.g Faster-Whisper) or a commercial service like openAI (e.g. https://api.openai.com/v1/audio/transcriptions)
API key
If you're using a commercial service you'd probably need an API key to access. Put it here.
LLM (Model)
Different service providers use different models. The openAI uses for example "whisper-1" others could be "Systran/faster-whisper-small"...