mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-4764 --resolve
This commit is contained in:
parent
b11649123a
commit
6e919cd43b
@ -262,7 +262,7 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
|
||||
if (switch_true(silence_var)) {
|
||||
silence_val = 1400;
|
||||
} else {
|
||||
if ((silence_val = atoi(silence_var)) < 0) {
|
||||
if ((silence_val = atoi(silence_var)) < -1) {
|
||||
silence_val = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user