Fix. Fusion set rate=48000 to all streams. (#1746)

This commit is contained in:
Alexey Melnichuk 2016-07-12 17:09:54 +03:00 committed by FusionPBX
parent c8a4a346ec
commit 44196ae739
1 changed files with 1 additions and 1 deletions

View File

@ -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