mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add single quotes to the record to make it inside directories with a spaces in the path.
This commit is contained in:
@@ -74,7 +74,7 @@ recording_prefix = "";
|
||||
session:execute("set", "playback_terminators=#");
|
||||
|
||||
--begin recording
|
||||
session:execute("record", recordings_dir.."/"..recording_name.." 180 200");
|
||||
session:execute("record", "'"..recordings_dir.."/"..recording_name.."' 180 200");
|
||||
|
||||
--preview the recording
|
||||
session:streamFile(recordings_dir.."/"..recording_name);
|
||||
|
||||
Reference in New Issue
Block a user