Fix the unhandled authentication message.
bug id: http://b/2991911 Change-Id: Iec86e3aee0fb12034ee25bc0e93fd575c1208a5f
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user