mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 19:58:34 +00:00
34 lines
754 B
Plaintext
34 lines
754 B
Plaintext
|
; each category is a config profile
|
||
|
; to apply the profile append it to a channel def in
|
||
|
; openzap.conf with @<profile_name>
|
||
|
; e.g.
|
||
|
; [span pika]
|
||
|
; name => pika
|
||
|
; number => pika
|
||
|
; fxs-channel => 1:0:1-12@default
|
||
|
|
||
|
[default]
|
||
|
rx-gain => 0
|
||
|
rx-agc-enabled => 0
|
||
|
rx-agc-targetPower => 0
|
||
|
rx-agc-minGain => 0
|
||
|
rx-agc-maxGain => 0
|
||
|
rx-agc-attackRate => 0
|
||
|
rx-agc-decayRate => 0
|
||
|
rx-agc-speechThreshold => 0
|
||
|
rx-vad-enabled => 0
|
||
|
rx-vad-activationThreshold => 0
|
||
|
rx-vad-activationDebounceTime => 0
|
||
|
rx-vad-deactivationThreshold => 0
|
||
|
rx-vad-deactivationDebounceTime => 0
|
||
|
rx-vad-preSpeechBufferSize => 0
|
||
|
tx-gain => 0
|
||
|
tx-agc-enabled => 0
|
||
|
tx-agc-targetPower => 0
|
||
|
tx-agc-minGain => 0
|
||
|
tx-agc-maxGain => 0
|
||
|
tx-agc-attackRate => 0
|
||
|
tx-agc-decayRate => 0
|
||
|
tx-agc-speechThreshold => 0
|
||
|
|