Procházet zdrojové kódy

Update voicemail.rst

Len před 8 roky
rodič
revize
9b5cf85b11
1 změnil soubory, kde provedl 12 přidání a 1 odebrání
  1. 12 1
      source/applications/voicemail.rst

+ 12 - 1
source/applications/voicemail.rst

@@ -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>`_
 
+
 .. 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.**