mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-02 14:09:20 +00:00
Fix. Fusion set rate=48000 to all streams. (#1746)
This commit is contained in:
committed by
FusionPBX
parent
bec130b265
commit
9da40dc7b1
@@ -39,7 +39,7 @@
|
||||
|
||||
--set the rate
|
||||
rate = row.music_on_hold_rate;
|
||||
if (rate ~= nil or rate == '') then
|
||||
if rate == '' then
|
||||
rate = '48000';
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user