forked from Mirrors/freeswitch
remove these files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11238 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
17ace6d995
commit
9ee38aa4c9
@ -1,10 +0,0 @@
|
||||
<!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration -->
|
||||
<configuration name="openmrcp.conf" description="mod_openmrcp configuration">
|
||||
<settings>
|
||||
<param name="asr_default_profile" value="openmrcp-v2"/>
|
||||
<param name="tts_default_profile" value="openmrcp-v2"/>
|
||||
</settings>
|
||||
<profiles>
|
||||
<X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
|
||||
</profiles>
|
||||
</configuration>
|
@ -1,14 +0,0 @@
|
||||
<include>
|
||||
<profile name="openmrcp-v1" description="OpenMRCPv1 Server">
|
||||
<param name="proto_version" value="1"/>
|
||||
|
||||
<param name="client_ip" value="127.0.0.1"/>
|
||||
<param name="client_port" value="8062"/>
|
||||
|
||||
<param name="server_ip" value="127.0.0.1"/>
|
||||
<param name="server_port" value="1554"/>
|
||||
|
||||
<param name="rtp_port_min" value="10000"/>
|
||||
<param name="rtp_port_max" value="11000"/>
|
||||
</profile>
|
||||
</include>
|
@ -1,14 +0,0 @@
|
||||
<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="127.0.0.1"/>
|
||||
<param name="server_port" value="8060"/>
|
||||
|
||||
<param name="rtp_port_min" value="11000"/>
|
||||
<param name="rtp_port_max" value="12000"/>
|
||||
</profile>
|
||||
</include>
|
Loading…
Reference in New Issue
Block a user