Add enable-profile-events param to mod_unimrcp config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15529 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Christopher Rienzo 2009-11-18 19:53:44 +00:00
parent 379eba12f2
commit af91267c44
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<!-- UniMRCP logging level to appear in freeswitch.log. Options are:
EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFO|DEBUG -->
<param name="log-level" value="DEBUG"/>
<!-- Enable events for profile creation, open, and close -->
<param name="enable-profile-events" value="false"/>
<param name="max-connection-count" value="100"/>
<param name="offer-new-connection" value="1"/>