summaryrefslogtreecommitdiff
path: root/voip/java/com/android/server/sip/SipSessionGroup.java
AgeCommit message (Expand)Author
2013-01-28Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville
2013-01-22Add debug and some cleanupWink Saville
2012-04-04SIP: push the logic of finding local address down to SipSessionGroup.Chia-chi Yeh
2011-11-18SIP: turn off verbose logs.Chia-chi Yeh
2011-09-13SIP: fix keep-alive measurement and increase the timeout.Chia-chi Yeh
2011-09-06SIP: avoid extreme small values in Min-Expires headers.Chia-chi Yeh
2011-08-30SIP: add the check for expiry time in Contact header.Chia-chi Yeh
2011-08-15Handle SIP authentication response for BYE.Hung-ying Tyan
2011-07-13Add REFER handling.repo sync
2011-07-01Do not keep alive for re-established call.Hung-ying Tyan
2011-06-28Record external IP and port from SIP responsesHung-ying Tyan
2011-06-28Support INVITE w/o SDP.repo sync
2011-06-27Start keepalive process for the caller of a SIP callHung-ying Tyan
2011-06-27Support Invite w/ Replaces request.repo sync
2011-06-24Restart NAT port timeout measurement when keepalive fails and other fixesHung-ying Tyan
2011-06-23Move the keepalive process to SipSessionImpl and make it reusable.Hung-ying Tyan
2011-06-13Fix the issue of onNetwork in UI thread.repo sync
2011-06-09Add KeepAlive Interval Measurement.Chung-yih Wang
2011-01-12Merge "Add auth. username in SipProfile." from gingerbread.Chung-yih Wang
2010-12-17Remove SIP realm/domain checkHung-ying Tyan
2010-12-16Check port in create peer's SIP profile.Hung-ying Tyan
2010-12-01Fix race between ending and answering a SIP call.Hung-ying Tyan
2010-11-30Do not suppress error feedback during a SIP call.Hung-ying Tyan
2010-10-25Notify SipSessions before closing SIP stack.Hung-ying Tyan
2010-10-19Handle dialing a SIP call to self.Hung-ying Tyan
2010-10-19Fix the incorrect environment variable name for the thread pool size.Chung-yih Wang
2010-10-18Set the thread pool size of NIST sip stack to one.Chung-yih Wang
2010-10-15SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan
2010-10-14SipService: add wake lock for multiple components.Hung-ying Tyan
2010-10-12Fix SipSessionGroup from throwing ConcurrentModificationExceptionHung-ying Tyan
2010-10-07SIP: Fix busy authentication loop.Hung-ying Tyan
2010-10-05SIP: add SERVER_UNREACHABLE error code.Hung-ying Tyan
2010-10-04SIP: minor fixes.Hung-ying Tyan
2010-09-30SIP: misc fixes.Hung-ying Tyan
2010-09-29SIP: Feedback any provisional responses in addition to RINGHung-ying Tyan
2010-09-28SIP: add DisconnectCause.SERVER_ERRORHung-ying Tyan
2010-09-28Move SipService out of SystemServer to phone process.Hung-ying Tyan