summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/sip/SipSessionGroup.java
AgeCommit message (Expand)Author
2010-09-28Move SipService out of SystemServer to phone process.Hung-ying Tyan
2010-09-28Fix build.Hung-ying Tyan
2010-09-28SIP: misc fixesHung-ying Tyan
2010-09-27SipService: handle cross-domain authentication errorHung-ying Tyan
2010-09-25SIP: longer timeout for making call, shorter for cancellingHung-ying Tyan
2010-09-24SDP: remove dead code.Chia-chi Yeh
2010-09-24Refactoring SIP classes to get ready for API review.Hung-ying Tyan
2010-09-24Handle OPTIONS requests from SIP servers.Chung-yih Wang
2010-09-20SIP: convert enum to static final int.Hung-ying Tyan
2010-09-17Add timer to SIP session creation process.Hung-ying Tyan
2010-09-16SipService: add log control, suppress ping log.Hung-ying Tyan
2010-09-16Fix the unhandled authentication message.Chung-yih Wang
2010-09-15SIP: add PEER_NOT_REACHABLE error feedback.Hung-ying Tyan
2010-09-15SipService: send SERVER_ERROR if server doesn't provide nonceHung-ying Tyan
2010-09-14SIP: remove dependency on javax.sipHung-ying Tyan
2010-09-14Fix the bug of authentication in an outgoing call.Chung-yih Wang
2010-09-14SipService: deliver connectivity change to all sessions.Hung-ying Tyan
2010-09-13SIP: enhance timeout and registration status feedback.Hung-ying Tyan
2010-09-10SIP: add SipErrorCode for error feedback.Hung-ying Tyan
2010-09-08Log outbound proxy address if exists for debugging.Chung-yih Wang
2010-09-02SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh
2010-08-20SipSession: make potential time-consuming ops run on background threadHung-ying Tyan
2010-08-06Add SIP service into system server.Chung-yih Wang