Loading services/java/com/android/server/sip/SipSessionGroup.java +1 −0 Original line number Diff line number Diff line Loading @@ -872,6 +872,7 @@ class SipSessionGroup implements SipListener { mPeerSessionDescription = extractContent(response); establishCall(); return true; case Response.UNAUTHORIZED: case Response.PROXY_AUTHENTICATION_REQUIRED: if (handleAuthentication(event)) { addSipSession(this); Loading Loading
services/java/com/android/server/sip/SipSessionGroup.java +1 −0 Original line number Diff line number Diff line Loading @@ -872,6 +872,7 @@ class SipSessionGroup implements SipListener { mPeerSessionDescription = extractContent(response); establishCall(); return true; case Response.UNAUTHORIZED: case Response.PROXY_AUTHENTICATION_REQUIRED: if (handleAuthentication(event)) { addSipSession(this); Loading