|
@@ -74,10 +74,21 @@ Voicemail Transcription
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Uses API services to transcribe voicemails into text to be used in the app-sms and the voicemail to email options. Currently (11/3/16) only supports microsoft bing
|
|
|
|
|
|
+Uses API services to transcribe voicemails into text to be used in the app-sms and the voicemail to email options.
|
|
|
|
+
|
|
|
|
+The following services are supported. Others can be added but would need to be developed.
|
|
|
|
+
|
|
|
|
+* Microsoft Bing
|
|
|
|
+* Twilio
|
|
|
|
+* Bandwidth
|
|
|
|
+* Flowroute
|
|
|
|
+* Plivo
|
|
|
|
+* Teli
|
|
|
|
+
|
|
|
|
|
|
Sign up and language information is located on `Microsoft Site <https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/API-Reference-REST/BingVoiceRecognition>`_
|
|
Sign up and language information is located on `Microsoft Site <https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/API-Reference-REST/BingVoiceRecognition>`_
|
|
|
|
|
|
|
|
+
|
|
.. warning:: We cannot use mod_shout to record Voicemails because the transcription service needs an uncompressed version of the audio. Therefore we will record in WAV and then use LAME to re-encode in MP3. This could cause added resource utilization to your system.
|
|
.. warning:: We cannot use mod_shout to record Voicemails because the transcription service needs an uncompressed version of the audio. Therefore we will record in WAV and then use LAME to re-encode in MP3. This could cause added resource utilization to your system.
|
|
|
|
|
|
**Goto Advanced > Default Settings.**
|
|
**Goto Advanced > Default Settings.**
|