Fix. Concatenate record extension
This commit is contained in:
@@ -496,7 +496,7 @@
|
|||||||
end
|
end
|
||||||
|
|
||||||
--set bind digit action
|
--set bind digit action
|
||||||
local record_file = recordings_dir.."/archive/"..os.date("%Y").."/"..os.date("%m").."/"..os.date("%d").."}/"..uuid..".".record_ext
|
local record_file = recordings_dir.."/archive/"..os.date("%Y").."/"..os.date("%m").."/"..os.date("%d").."}/"..uuid.."."..record_ext
|
||||||
local bindings = {
|
local bindings = {
|
||||||
"local,*1,exec:execute_extension,dx XML " .. context,
|
"local,*1,exec:execute_extension,dx XML " .. context,
|
||||||
"local,*2,exec:record_session," .. record_file,
|
"local,*2,exec:record_session," .. record_file,
|
||||||
|
|||||||
Reference in New Issue
Block a user