unimrcp.conf.xml 899 B

1234567891011121314151617181920212223
  1. <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. <param name="max-connection-count" value="100"/>
  13. <param name="offer-new-connection" value="1"/>
  14. <param name="request-timeout" value="3000"/>
  15. </settings>
  16. <profiles>
  17. <X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
  18. </profiles>
  19. </configuration>