소스 검색

Remove enter_sound from conference center manager it in the conference profile instead.

Mark Crane 12 년 전
부모
커밋
27405ecbc4
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      includes/install/scripts/conference_center.lua

+ 5 - 5
includes/install/scripts/conference_center.lua

@@ -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