mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
Update index.lua
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Part of FusionPBX
|
||||
-- Copyright (C) 2010-2020 Mark J Crane <markjcrane@fusionpbx.com>
|
||||
-- Copyright (C) 2010-2022 Mark J Crane <markjcrane@fusionpbx.com>
|
||||
-- All rights reserved.
|
||||
--
|
||||
-- Redistribution and use in source and binary forms, with or without
|
||||
@@ -302,6 +302,10 @@
|
||||
|
||||
--check the missed calls
|
||||
function missed()
|
||||
--add missed call channel variable
|
||||
if (session) then
|
||||
session:setVariable("missed_call", 'true');
|
||||
end
|
||||
|
||||
--send missed call email
|
||||
if (missed_call_app ~= nil and missed_call_data ~= nil) then
|
||||
|
||||
Reference in New Issue
Block a user