Bläddra i källkod

[WallPadSupport]
1. 통화 음 통일 - 현관 벨소리

jglee 3 år sedan
förälder
incheckning
098d06bc8f

+ 5 - 3
WallPadSupport/src/main/java/kr/co/icontrols/wallpadsupport/WpadSound.java

@@ -841,10 +841,12 @@ public class WpadSound
 			case SND.setting.RETRY_INPUT:		FileName = "setting/RetryInput.wav"; break;
 			case SND.setting.RETRY_INPUT:		FileName = "setting/RetryInput.wav"; break;
 
 
 			// [bell]
 			// [bell]
+			//통화 소리 통일을 위해 변경(소리가 작다는 이슈)-현관벨소리로 통일
 			case SND.bell.FRONT:				FileName = "bell/Bell_Front.wav"; break;
 			case SND.bell.FRONT:				FileName = "bell/Bell_Front.wav"; break;
-			case SND.bell.GUARDROOM:			FileName = "bell/Bell_GuardRoom.wav"; break;
-			case SND.bell.LOBBY:				FileName = "bell/Bell_Lobby.wav"; break;
-			case SND.bell.NEIGHBOOR:			FileName = "bell/Bell_Neighboor.wav"; break;
+			case SND.bell.GUARDROOM:			FileName = "bell/Bell_Front.wav"; break;
+			case SND.bell.LOBBY:				FileName = "bell/Bell_Front.wav"; break;
+			case SND.bell.NEIGHBOOR:			FileName = "bell/Bell_Front.wav"; break;
+			
 			case SND.bell.PSTN:					FileName = "bell/Bell_Pstn.wav"; break;
 			case SND.bell.PSTN:					FileName = "bell/Bell_Pstn.wav"; break;
 			case SND.bell.ALRAM:				FileName = "bell/Alram.wav"; break;
 			case SND.bell.ALRAM:				FileName = "bell/Alram.wav"; break;
 			case SND.bell.MONINGCALL_01:		FileName = "bell/MoningCall01.wav"; break;
 			case SND.bell.MONINGCALL_01:		FileName = "bell/MoningCall01.wav"; break;