Add a 1 second sleep before playing the conference greeting.
This commit is contained in:
parent
460b0853c9
commit
500e5ce10d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue