Add a 1 second sleep before playing the conference greeting.

This commit is contained in:
Mark Crane 2014-03-06 04:16:18 +00:00
parent 460b0853c9
commit 500e5ce10d
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@
conference_center_greeting = string.lower(row["conference_center_greeting"]);
end);
if (conference_center_greeting) then
session:sleep(1000);
session:execute("playback", conference_center_greeting);
end