summaryrefslogtreecommitdiff
path: root/voip/java/android/net/sip/SipAudioCallImpl.java
AgeCommit message (Expand)Author
2010-09-24Refactoring SIP classes to get ready for API review.Hung-ying Tyan
2010-09-23SIP: Make SipAudioCallImpl use SimpleSessionDescription instead of javax.sdp.repo sync
2010-09-20SipPhone: fix missing-call DisconnectCause feedbackHung-ying Tyan
2010-09-20SIP: convert enum to static final int.Hung-ying Tyan
2010-09-17SipAudioCall: expose startAudio()Hung-ying Tyan
2010-09-17Add timer to SIP session creation process.Hung-ying Tyan
2010-09-15SipService: ignore connect event for non-active networks.Hung-ying Tyan
2010-09-14SipAudioCall: use SipErrorCode instead of string in onError()Hung-ying Tyan
2010-09-13SIP: remove dependency on javax.sip.SipException.Hung-ying Tyan
2010-09-10SIP: add SipErrorCode for error feedback.Hung-ying Tyan
2010-09-02SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh
2010-08-26Add Wifi High Perf. mode during a call.Chung-yih Wang
2010-08-24Add confcall management to SIP callsHung-ying Tyan
2010-08-16Fix the IN_CALL mode issue.Chung-yih Wang
2010-08-10SipAudioCall: perform local ops before network op in endCall()Hung-ying Tyan
2010-08-05Move the sip related codes to framework.Chung-yih Wang