mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Fix one more thing in call block
This commit is contained in:
@@ -71,7 +71,7 @@ This method causes the script to get its manadatory arguments directly from the
|
||||
-- We have a single command letter
|
||||
-- Use session variables
|
||||
logger("D", "NOTICE", "params default from session, count " .. string.format("%d", #argv[2]) .. " \n")
|
||||
params["cmd"] = argv[3]
|
||||
params["cmd"] = argv[2]
|
||||
|
||||
-- ensure that we have a fresh status on exit
|
||||
session:setVariable("call_block", "")
|
||||
|
||||
Reference in New Issue
Block a user