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=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;<br>
&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>&lt;section name=&quot;dialplan&quot; description=&quot;voicemail dialplan&quot;&gt;<br>&lt;context name=&quot;public&quot;&gt;<br>&lt;extension name=&quot;test9&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^(.*)$&quot;&gt;<br>&lt;action application=&quot;speak&quot; data=&quot;openmrcp:openmrcp-v2|Susan|Hello World&quot;/&gt;<br>&lt;/condition&gt;<br>&lt;/extension&gt;<br>
&lt;/context&gt;<br>&lt;/section&gt;<br>&lt;/document&gt;<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&gt;<br>&nbsp; &lt;profile name=&quot;openmrcp-v2&quot; description=&quot;OpenMRCPv2 Server&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;param name=&quot;proto_version&quot; value=&quot;2&quot;/&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;client_ip&quot; value=&quot;127.0.0.1&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;client_port&quot; value=&quot;8062&quot;/&gt;<br>
<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;server_ip&quot; value=&quot;192.168.1.109&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;server_port&quot; value=&quot;5060&quot;/&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;param name=&quot;rtp_port_min&quot; value=&quot;11000&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;param name=&quot;rtp_port_max&quot; value=&quot;12000&quot;/&gt;<br>&nbsp; &lt;/profile&gt;<br>&lt;/include&gt;<br><br>Could someone help me out?&nbsp; I would greatly appreciate any help.<br><br>Thanks,<br>Mark<br><br><br>