Update index.lua

This commit is contained in:
FusionPBX 2019-01-03 17:20:33 -07:00 committed by GitHub
parent f1634d13d3
commit c3e95ea2df
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@
--play the greeting
if (session:ready()) then
if (ring_group_greeting and #ring_group_greeting > 0) then
session:answer();
session:sleep(1000);
play_file(dbh, domain_name, domain_uuid, ring_group_greeting)
session:sleep(1000);