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