summaryrefslogtreecommitdiffstats
path: root/voip/java/com/android/server/sip/SipSessionGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Start keepalive process for the caller of a SIP callHung-ying Tyan2011-06-271-3/+27
* Support Invite w/ Replaces request.repo sync2011-06-271-13/+76
* Restart NAT port timeout measurement when keepalive fails and other fixesHung-ying Tyan2011-06-241-1/+3
* Move the keepalive process to SipSessionImpl and make it reusable.Hung-ying Tyan2011-06-231-97/+241
* Fix the issue of onNetwork in UI thread.repo sync2011-06-131-6/+2
* Add KeepAlive Interval Measurement.Chung-yih Wang2011-06-091-2/+1
* Merge "Add auth. username in SipProfile." from gingerbread.Chung-yih Wang2011-01-121-1/+3
* Remove SIP realm/domain checkHung-ying Tyan2010-12-171-6/+8
* Check port in create peer's SIP profile.Hung-ying Tyan2010-12-161-4/+6
* Fix race between ending and answering a SIP call.Hung-ying Tyan2010-12-011-13/+13
* Do not suppress error feedback during a SIP call.Hung-ying Tyan2010-11-301-11/+1
* Notify SipSessions before closing SIP stack.Hung-ying Tyan2010-10-251-0/+1
* Handle dialing a SIP call to self.Hung-ying Tyan2010-10-191-0/+16
* Fix the incorrect environment variable name for the thread pool size.Chung-yih Wang2010-10-191-1/+2
* Set the thread pool size of NIST sip stack to one.Chung-yih Wang2010-10-181-0/+6
* SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan2010-10-151-3/+14
* SipService: add wake lock for multiple components.Hung-ying Tyan2010-10-141-2/+8
* Fix SipSessionGroup from throwing ConcurrentModificationExceptionHung-ying Tyan2010-10-121-1/+7
* SIP: Fix busy authentication loop.Hung-ying Tyan2010-10-071-28/+21
* SIP: add SERVER_UNREACHABLE error code.Hung-ying Tyan2010-10-051-2/+2
* SIP: minor fixes.Hung-ying Tyan2010-10-041-5/+18
* SIP: misc fixes.Hung-ying Tyan2010-09-301-9/+8
* SIP: Feedback any provisional responses in addition to RINGHung-ying Tyan2010-09-291-1/+5
* SIP: add DisconnectCause.SERVER_ERRORHung-ying Tyan2010-09-281-5/+2
* Move SipService out of SystemServer to phone process.Hung-ying Tyan2010-09-281-0/+1393