<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It looks like mod_openmrcp isn't loaded.<div><br></div><div><br><div><div>On Dec 26, 2008, at 3:49 AM, mark morreny wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi<br><br>I tried to setup mod_openmrcp according to wiki, but I am getting the following error:<br><br>2008-12-27 00:40:23 [ERR] switch_core_speech.c:60 switch_core_speech_open() Invalid speech module [openmrcp]!<br style="color: rgb(255, 0, 0);"> <span style="color: rgb(255, 0, 0);">2008-12-27 00:40:23 [ERR] switch_ivr_play_say.c:1848 switch_ivr_speak_text() Invalid TTS module!</span><br><br>Here is my dialplan<br><br>&lt;?xml version="1.0" encoding="UTF-8" standalone="no"?><br> &lt;document type="freeswitch/xml"><br>&lt;section name="dialplan" description="voicemail dialplan"><br>&lt;context name="public"><br>&lt;extension name="test9"><br> &lt;condition field="destination_number" expression="^(.*)$"><br>&lt;action application="speak" data="openmrcp:openmrcp-v2|Susan|Hello World"/><br>&lt;/condition><br>&lt;/extension><br> &lt;/context><br>&lt;/section><br>&lt;/document><br><br><br>I checked that mod_openmrcp.so is compiled ok:<br><br>[root@localhost bin]# ls ../mod/mod_openmrcp.so -al<br>-rwxr-xr-x 1 root root 4981560 Dec 26 19:56 ../mod/mod_openmrcp.so<br> [root@localhost bin]# <br><br>Here is what I have in the openmrcp xml config:<br><br>[root@localhost freeswitch]# cat conf/mrcp_profiles/openmrcp-v2.xml <br>&lt;include><br>&nbsp; &lt;profile name="openmrcp-v2" description="OpenMRCPv2 Server"><br> &nbsp;&nbsp;&nbsp; &lt;param name="proto_version" value="2"/><br><br>&nbsp;&nbsp;&nbsp; &lt;param name="client_ip" value="127.0.0.1"/><br>&nbsp;&nbsp;&nbsp; &lt;param name="client_port" value="8062"/><br> <br>&nbsp;&nbsp;&nbsp; &lt;param name="server_ip" value="192.168.1.109"/><br>&nbsp;&nbsp;&nbsp; &lt;param name="server_port" value="5060"/><br><br>&nbsp;&nbsp;&nbsp; &lt;param name="rtp_port_min" value="11000"/><br> &nbsp;&nbsp;&nbsp; &lt;param name="rtp_port_max" value="12000"/><br>&nbsp; &lt;/profile><br>&lt;/include><br><br>Could someone help me out?&nbsp; I would greatly appreciate any help.<br><br>Thanks,<br>Mark<br><br><br> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>