forked from Mirrors/freeswitch
ec90221783
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13788 d0543943-73ff-0310-b7d9-9358b9ac24b2
21 lines
729 B
XML
21 lines
729 B
XML
<configuration name="unimrcp.conf" description="UniMRCP Client">
|
|
<settings>
|
|
<!-- UniMRCP profile to use for TTS -->
|
|
<param name="default-tts-profile" value="voxeo-prophecy8.0-mrcp1"/>
|
|
<!-- UniMRCP profile to use for ASR -->
|
|
<param name="default-asr-profile" value="voxeo-prophecy8.0-mrcp1"/>
|
|
<!-- UniMRCP logging level to appear in freeswitch.log. Options are:
|
|
EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFO|DEBUG -->
|
|
<param name="log-level" value="DEBUG"/>
|
|
|
|
<param name="max-connection-count" value="100"/>
|
|
<param name="offer-new-connection" value="1"/>
|
|
</settings>
|
|
|
|
<profiles>
|
|
<X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
|
|
</profiles>
|
|
|
|
</configuration>
|
|
|