Update index.lua
This commit is contained in:
parent
f1634d13d3
commit
c3e95ea2df
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue