Loading services/java/com/android/server/sip/SipSessionGroup.java +6 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ class SipSessionGroup implements SipListener { mProxy.onRinging(newSession, newSession.mPeerProfile, newSession.mPeerSessionDescription); return true; } else if (isRequestEvent(Request.OPTIONS, evt)) { mSipHelper.sendResponse((RequestEvent) evt, Response.OK); return true; } else { return false; } Loading Loading @@ -625,6 +628,9 @@ class SipSessionGroup implements SipListener { (TransactionTerminatedEvent) evt); } return true; } else if (isRequestEvent(Request.OPTIONS, evt)) { mSipHelper.sendResponse((RequestEvent) evt, Response.OK); return true; } else if (evt instanceof DialogTerminatedEvent) { processDialogTerminated((DialogTerminatedEvent) evt); return true; Loading Loading
services/java/com/android/server/sip/SipSessionGroup.java +6 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ class SipSessionGroup implements SipListener { mProxy.onRinging(newSession, newSession.mPeerProfile, newSession.mPeerSessionDescription); return true; } else if (isRequestEvent(Request.OPTIONS, evt)) { mSipHelper.sendResponse((RequestEvent) evt, Response.OK); return true; } else { return false; } Loading Loading @@ -625,6 +628,9 @@ class SipSessionGroup implements SipListener { (TransactionTerminatedEvent) evt); } return true; } else if (isRequestEvent(Request.OPTIONS, evt)) { mSipHelper.sendResponse((RequestEvent) evt, Response.OK); return true; } else if (evt instanceof DialogTerminatedEvent) { processDialogTerminated((DialogTerminatedEvent) evt); return true; Loading