mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove enter_sound from conference center manager it in the conference profile instead.
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
wait_mod = row["wait_mod"];
|
||||
member_type = row["member_type"];
|
||||
announce = row["announce"];
|
||||
enter_sound = row["enter_sound"];
|
||||
--enter_sound = row["enter_sound"];
|
||||
mute = row["mute"];
|
||||
created = row["created"];
|
||||
created_by = row["created_by"];
|
||||
@@ -395,10 +395,10 @@
|
||||
freeswitch.consoleLog("notice", "[conference] ".. cmd .."\n");
|
||||
response = api:executeString(cmd);
|
||||
else
|
||||
if (enter_sound ~= nil) then
|
||||
cmd = "conference "..meeting_uuid.."-"..domain_name.." play "..enter_sound;
|
||||
response = api:executeString(cmd);
|
||||
end
|
||||
--if (enter_sound ~= nil) then
|
||||
-- cmd = "conference "..meeting_uuid.."-"..domain_name.." play "..enter_sound;
|
||||
-- response = api:executeString(cmd);
|
||||
--end
|
||||
end
|
||||
|
||||
--send the call to the conference
|
||||
|
||||
Reference in New Issue
Block a user