diff --git a/app/scripts/resources/scripts/app/ring_groups/index.lua b/app/scripts/resources/scripts/app/ring_groups/index.lua index 82918e98cd..831e1bd2ec 100644 --- a/app/scripts/resources/scripts/app/ring_groups/index.lua +++ b/app/scripts/resources/scripts/app/ring_groups/index.lua @@ -1,5 +1,5 @@ -- Part of FusionPBX --- Copyright (C) 2010-2020 Mark J Crane +-- Copyright (C) 2010-2022 Mark J Crane -- 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