Teams Setup: All 3 staff using Yealink phones logged into their Teams accounts. Auto Attendant set up to route calls to call queue (which inclu...Show More Calling microsoft teams Quality & Performance Like 0 Reply View Full Discussion (4 Replies) AlexanderHolmeset MVPS...
private void notify(CallInvite callInvite, int notificationId) { String callSid = callInvite.getCallSid(); if (callInvite.getState() == CallInvite.State.PENDING) { soundPoolManager.playRinging(); System.out.println("Disabling keyguard and accquiring wake lock"); Intent intent = new Intent(...