Fix the unhandled authentication message.

bug id: http://b/2991911

Change-Id: Iec86e3aee0fb12034ee25bc0e93fd575c1208a5f
This commit is contained in:
Chung-yih Wang
2010-09-16 12:32:26 +08:00
parent 07980dc8a7
commit 0e06338289

View File

@@ -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);