[Freeswitch-users] Need help with openmrcp setup

mark morreny markmorreny at gmail.com
Fri Dec 26 00:49:34 PST 2008


Hi

I tried to setup mod_openmrcp according to wiki, but I am getting the
following error:

2008-12-27 00:40:23 [ERR] switch_core_speech.c:60 switch_core_speech_open()
Invalid speech module [openmrcp]!
2008-12-27 00:40:23 [ERR] switch_ivr_play_say.c:1848 switch_ivr_speak_text()
Invalid TTS module!

Here is my dialplan

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="freeswitch/xml">
<section name="dialplan" description="voicemail dialplan">
<context name="public">
<extension name="test9">
<condition field="destination_number" expression="^(.*)$">
<action application="speak" data="openmrcp:openmrcp-v2|Susan|Hello World"/>
</condition>
</extension>
</context>
</section>
</document>


I checked that mod_openmrcp.so is compiled ok:

[root at localhost bin]# ls ../mod/mod_openmrcp.so -al
-rwxr-xr-x 1 root root 4981560 Dec 26 19:56 ../mod/mod_openmrcp.so
[root at localhost bin]#

Here is what I have in the openmrcp xml config:

[root at localhost freeswitch]# cat conf/mrcp_profiles/openmrcp-v2.xml
<include>
  <profile name="openmrcp-v2" description="OpenMRCPv2 Server">
    <param name="proto_version" value="2"/>

    <param name="client_ip" value="127.0.0.1"/>
    <param name="client_port" value="8062"/>

    <param name="server_ip" value="192.168.1.109"/>
    <param name="server_port" value="5060"/>

    <param name="rtp_port_min" value="11000"/>
    <param name="rtp_port_max" value="12000"/>
  </profile>
</include>

Could someone help me out?  I would greatly appreciate any help.

Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081226/cf2ee739/attachment-0002.html 


More information about the FreeSWITCH-users mailing list