forked from Mirrors/freeswitch
fd3638ef4a
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9186 d0543943-73ff-0310-b7d9-9358b9ac24b2
11 lines
402 B
XML
11 lines
402 B
XML
<!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration -->
|
|
<configuration name="openmrcp.conf" description="mod_openmrcp configuration">
|
|
<settings>
|
|
<param name="asr_default_profile" value="openmrcp-v2"/>
|
|
<param name="tts_default_profile" value="openmrcp-v2"/>
|
|
</settings>
|
|
<profiles>
|
|
<X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
|
|
</profiles>
|
|
</configuration>
|