2007-08-20 11:53:04 -04:00
|
|
|
<!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration -->
|
2007-11-16 09:03:40 -05:00
|
|
|
<configuration name="openmrcp.conf" description="mod_openmrcp configuration">
|
2007-08-20 11:53:04 -04:00
|
|
|
<settings>
|
|
|
|
<param name="asr_default_profile" value="openmrcp-v2"/>
|
|
|
|
<param name="tts_default_profile" value="openmrcp-v2"/>
|
|
|
|
</settings>
|
|
|
|
<profiles>
|
2007-12-14 15:48:16 -05:00
|
|
|
<X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
|
2007-08-20 11:53:04 -04:00
|
|
|
</profiles>
|
|
|
|
</configuration>
|