]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11840: better default config for mod_avmd (Piotr)
authorDragos Oancea <dragos@signalwire.com>
Mon, 13 May 2019 15:25:05 +0000 (15:25 +0000)
committerDragos Oancea <dragos@signalwire.com>
Thu, 6 Jun 2019 17:07:46 +0000 (17:07 +0000)
conf/vanilla/autoload_configs/avmd.conf.xml

index f40c0a0cda63dd06bb7f82355784fcd24bc59f9c..86b2500bad23f033ee563a0ddac35fbde89b7f8f 100644 (file)
             <!-- determines the mode of detection, default is both amplitude and frequency -->
             <param name="detection_mode" value="2"/>
 
+            <!-- number of detection threads running per each avmd session -->
+            <param name="detectors_n" value="36"/>
+
+            <!-- number of lagged detection threads running per each avmd session -->
+            <param name="detectors_lagged_n" value="1"/>
+
         <!-- Per call settings end -->
     </settings>
 </configuration>