]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add enable-profile-events param to mod_unimrcp config
authorChristopher Rienzo <chris@rienzo.net>
Wed, 18 Nov 2009 19:53:44 +0000 (19:53 +0000)
committerChristopher Rienzo <chris@rienzo.net>
Wed, 18 Nov 2009 19:53:44 +0000 (19:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15529 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/unimrcp.conf.xml

index 8f0c6ee0d67fb6791c934c9078d754fc5b0e37a2..452936bf7ca2d45947d52ff6086e11b4ebd4e53d 100644 (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"/>