Update index.lua

This commit is contained in:
Len 2017-07-21 00:10:35 -04:00 committed by GitHub
parent c7c67f3ea2
commit 16b54e6581
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ local log = require "resources.functions.log".ring_group
--check the missed calls
function missed()
--send a missec call event
--send a missed call event
local event = freeswitch.Event("CUSTOM", "MISSED_CALLS");
event:addHeader("domain_uuid", domain_uuid);
event:addHeader("domain_name", domain_name);