index
:
Project-1CE/frameworks_base
25q2
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
voip
/
java
/
android
/
net
/
sip
/
SipAudioCallImpl.java
Age
Commit message (
Expand
)
Author
2010-09-24
Refactoring SIP classes to get ready for API review.
Hung-ying Tyan
2010-09-23
SIP: Make SipAudioCallImpl use SimpleSessionDescription instead of javax.sdp.
repo sync
2010-09-20
SipPhone: fix missing-call DisconnectCause feedback
Hung-ying Tyan
2010-09-20
SIP: convert enum to static final int.
Hung-ying Tyan
2010-09-17
SipAudioCall: expose startAudio()
Hung-ying Tyan
2010-09-17
Add timer to SIP session creation process.
Hung-ying Tyan
2010-09-15
SipService: ignore connect event for non-active networks.
Hung-ying Tyan
2010-09-14
SipAudioCall: use SipErrorCode instead of string in onError()
Hung-ying Tyan
2010-09-13
SIP: remove dependency on javax.sip.SipException.
Hung-ying Tyan
2010-09-10
SIP: add SipErrorCode for error feedback.
Hung-ying Tyan
2010-09-02
SipService: reduce the usage of javax.sdp.*.
Chia-chi Yeh
2010-08-26
Add Wifi High Perf. mode during a call.
Chung-yih Wang
2010-08-24
Add confcall management to SIP calls
Hung-ying Tyan
2010-08-16
Fix the IN_CALL mode issue.
Chung-yih Wang
2010-08-10
SipAudioCall: perform local ops before network op in endCall()
Hung-ying Tyan
2010-08-05
Move the sip related codes to framework.
Chung-yih Wang