mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 09:44:26 +00:00
FS-11840: better default config for mod_avmd (Piotr)
This commit is contained in:
parent
cfcb8b5d2f
commit
3705bad32e
@ -62,6 +62,12 @@
|
|||||||
<!-- determines the mode of detection, default is both amplitude and frequency -->
|
<!-- determines the mode of detection, default is both amplitude and frequency -->
|
||||||
<param name="detection_mode" value="2"/>
|
<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 -->
|
<!-- Per call settings end -->
|
||||||
</settings>
|
</settings>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user