Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| installation_guide:tts_http:start [2015/11/16 22:01] – [Description] borja | installation_guide:tts_http:start [2016/11/25 15:46] (current) – borja | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - | ===== VoiceXML Browser | + | ===== Voximal |
| - | The main TTS configuration is set in /etc/vxmld.conf, in the section "TTS server configuration", | + | The main TTS configuration is set in /etc/asterisk/ |
| * **method** : When you set the ' | * **method** : When you set the ' | ||
| Line 32: | Line 32: | ||
| < | < | ||
| - | ############################ | ||
| - | # TTS server configuration # | ||
| - | ############################ | ||
| - | #client.prompt.resource.0.uri | + | [prompt] |
| - | # | + | api=microsoft |
| - | client.prompt.resource.0.method | + | method=POST |
| - | client.prompt.resource.0.cacheDir | + | ssml=0 |
| - | client.prompt.resource.0.format | + | cutprompt=1 |
| - | client.prompt.resource.0.formatVideo | + | maxage=-1 |
| - | client.prompt.resource.0.maxage | + | key=xxxxxxxxxxxxxxxxxxxxxxxxx |
| - | client.prompt.resource.0.checkBreak | + | user=xxxxxxx |
| - | client.prompt.resource.0.cutPrompt | + | password=xxxxxxx |
| - | # | + | |
| - | # | + | |
| - | # | + | |
| - | client.prompt.resource.0.ssml | + | |
| </ | </ | ||
| Line 58: | Line 52: | ||
| < | < | ||
| </ | </ | ||
| + | |||
| ===== HTTP Parameters ==== | ===== HTTP Parameters ==== | ||