소스 검색

convert to a table (#80)

jebsolutions 8 년 전
부모
커밋
941629da1c
1개의 변경된 파일14개의 추가작업 그리고 7개의 파일을 삭제
  1. 14 7
      source/applications/voicemail_transcription.rst

+ 14 - 7
source/applications/voicemail_transcription.rst

@@ -11,14 +11,21 @@ Sign up and language information is located on `Microsoft Site <https://www.micr
 .. 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.**
+Add the following entries
 
-::
-  Category     Subcategory         Type		Value									Enabled
-  voicemail		microsoft_key1      text		{your microsoft key}					True
-  voicemail		microsoft_key2	    text		{your microsoft key}					True
-  voicemail		transcribe_enabled	boolean		true		True
-  voicemail		transcribe_language	text		en-US		True
-  voicemail		transcribe_provider	text		microsoft		True
+  +-------------+-----------------------+-----------+---------------------------+-----------+
+  |  Category   |  Subcategory          |  Type     |  Value                    |  Enabled  |
+  +=============+=======================+===========+===========================+===========+
+  |  voicemail  |  transcribe_provider  |  text     |  microsoft                |  True     |
+  +-------------+-----------------------+-----------+---------------------------+-----------+
+  |  voicemail  |  microsoft_key1       |  text     |  {your microsoft key #1}  |  True     |
+  +-------------+-----------------------+-----------+---------------------------+-----------+
+  |  voicemail  |  microsoft_key2       |  text     |  {your microsoft key #2}  |  True     |
+  +-------------+-----------------------+-----------+---------------------------+-----------+
+  |  voicemail  |  transcribe_language  |  text     |  en-US                    |  True     |
+  +-------------+-----------------------+-----------+---------------------------+-----------+
+  |  voicemail  |  transcribe_enabled   |  boolean  |  true                     |  True     |
+  +-------------+-----------------------+-----------+---------------------------+-----------+
  
  Click "Reload" at the top of the page.