blob: 45dda798a1f77b0221b8c64b0dd4aa1d2257b197 [file] [log] [blame]
Oliver Smith667f19b2019-11-08 18:16:30 +01001<configuration name="unimrcp.conf" description="UniMRCP Client">
2 <settings>
3 <!-- UniMRCP profile to use for TTS -->
4 <param name="default-tts-profile" value="voxeo-prophecy8.0-mrcp1"/>
5 <!-- UniMRCP profile to use for ASR -->
6 <param name="default-asr-profile" value="voxeo-prophecy8.0-mrcp1"/>
7 <!-- UniMRCP logging level to appear in freeswitch.log. Options are:
8 EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFO|DEBUG -->
9 <param name="log-level" value="DEBUG"/>
10 <!-- Enable events for profile creation, open, and close -->
11 <param name="enable-profile-events" value="false"/>
12
13 <param name="max-connection-count" value="100"/>
14 <param name="offer-new-connection" value="1"/>
15 <param name="request-timeout" value="3000"/>
16 </settings>
17
18 <profiles>
19 <X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
20 </profiles>
21
22</configuration>
23