diff --git a/resources/install/scripts/recordings.lua b/resources/install/scripts/recordings.lua index a804a037ed..2f847f4f9e 100644 --- a/resources/install/scripts/recordings.lua +++ b/resources/install/scripts/recordings.lua @@ -163,7 +163,7 @@ else freeswitch.consoleLog("notice", "[recordings] ".. storage_type .. " ".. recordings_dir .."\n"); -- record,Record File, [] [] [] - session:execute("record", "'"..recordings_dir.."/"..recording_name.."' "..time_limit_secs.." "..silence_thresh.." "..silence_hits..""); + session:execute("record", "'"..recordings_dir.."/"..recording_name.."' "..time_limit_secs.." "..silence_thresh.." "..silence_hits); end --get the description of the previous recording