If not set then set the record_ext to wav

This commit is contained in:
FusionPBX
2026-03-03 09:15:53 -07:00
committed by GitHub
parent 81fbb59e20
commit 9f56ac9e30

View File

@@ -115,6 +115,7 @@
time_limit_secs = session:getVariable("time_limit_secs");
silence_thresh = session:getVariable("silence_thresh");
silence_hits = session:getVariable("silence_hits");
if (not record_ext) then record_ext = 'wav'; end
if (not time_limit_secs) then time_limit_secs = '10800'; end
if (not silence_thresh) then silence_thresh = '200'; end
if (not silence_hits) then silence_hits = '10'; end