mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-02 10:03:49 +00:00
Update index.lua
This commit is contained in:
@@ -48,10 +48,7 @@
|
||||
caller_id_number = session:getVariable("caller_id_number");
|
||||
context = session:getVariable("context");
|
||||
call_block = session:getVariable("call_block");
|
||||
user_exists = session:getVariable("user_exists");
|
||||
if (user_exists == 'true') then
|
||||
extension_uuid = session:getVariable("extension_uuid");
|
||||
end
|
||||
extension_uuid = session:getVariable("extension_uuid");
|
||||
end
|
||||
|
||||
--set default variables
|
||||
|
||||
Reference in New Issue
Block a user