Update index.lua
This commit is contained in:
parent
2771fe837a
commit
21c0c3492e
|
|
@ -880,7 +880,7 @@
|
||||||
session:execute(ring_group_timeout_app, ring_group_timeout_data);
|
session:execute(ring_group_timeout_app, ring_group_timeout_data);
|
||||||
end
|
end
|
||||||
--check and report missed call
|
--check and report missed call
|
||||||
missed()
|
missed();
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if (ring_group_timeout_app ~= nil) then
|
if (ring_group_timeout_app ~= nil) then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue