summaryrefslogtreecommitdiffstats
path: root/voip/java/android/net/sip/SipAudioCallImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring SIP classes to get ready for API review.Hung-ying Tyan2010-09-241-766/+0
* SIP: Make SipAudioCallImpl use SimpleSessionDescription instead of javax.sdp.repo sync2010-09-231-196/+185
* SipPhone: fix missing-call DisconnectCause feedbackHung-ying Tyan2010-09-201-8/+8
* SIP: convert enum to static final int.Hung-ying Tyan2010-09-201-22/+18
* SipAudioCall: expose startAudio()Hung-ying Tyan2010-09-171-60/+65
* Add timer to SIP session creation process.Hung-ying Tyan2010-09-171-10/+21
* SipService: ignore connect event for non-active networks.Hung-ying Tyan2010-09-151-11/+12
* SipAudioCall: use SipErrorCode instead of string in onError()Hung-ying Tyan2010-09-141-21/+48
* SIP: remove dependency on javax.sip.SipException.Hung-ying Tyan2010-09-131-1/+0
* SIP: add SipErrorCode for error feedback.Hung-ying Tyan2010-09-101-9/+8
* SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh2010-09-021-17/+9
* Add Wifi High Perf. mode during a call.Chung-yih Wang2010-08-261-1/+28
* Add confcall management to SIP callsHung-ying Tyan2010-08-241-17/+34
* Fix the IN_CALL mode issue.Chung-yih Wang2010-08-161-11/+10
* SipAudioCall: perform local ops before network op in endCall()Hung-ying Tyan2010-08-101-1/+4
* Move the sip related codes to framework.Chung-yih Wang2010-08-051-0/+701