mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add a 1 second sleep before playing the conference greeting.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user