Update index.lua
This commit is contained in:
parent
d97aa75a6b
commit
a013c5fc05
|
|
@ -250,6 +250,7 @@
|
||||||
--play the greeting
|
--play the greeting
|
||||||
if (session:ready()) then
|
if (session:ready()) then
|
||||||
if (ring_group_greeting and #ring_group_greeting > 0) then
|
if (ring_group_greeting and #ring_group_greeting > 0) then
|
||||||
|
session:answer();
|
||||||
session:sleep(1000);
|
session:sleep(1000);
|
||||||
play_file(dbh, domain_name, domain_uuid, ring_group_greeting)
|
play_file(dbh, domain_name, domain_uuid, ring_group_greeting)
|
||||||
session:sleep(1000);
|
session:sleep(1000);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue