index
:
Project-1CE/frameworks_base
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
/
com
/
android
/
server
/
sip
/
SipSessionGroup.java
Age
Commit message (
Expand
)
Author
2013-01-28
Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip
Wink Saville
2013-01-22
Add debug and some cleanup
Wink Saville
2012-04-04
SIP: push the logic of finding local address down to SipSessionGroup.
Chia-chi Yeh
2011-11-18
SIP: turn off verbose logs.
Chia-chi Yeh
2011-09-13
SIP: fix keep-alive measurement and increase the timeout.
Chia-chi Yeh
2011-09-06
SIP: avoid extreme small values in Min-Expires headers.
Chia-chi Yeh
2011-08-30
SIP: add the check for expiry time in Contact header.
Chia-chi Yeh
2011-08-15
Handle SIP authentication response for BYE.
Hung-ying Tyan
2011-07-13
Add REFER handling.
repo sync
2011-07-01
Do not keep alive for re-established call.
Hung-ying Tyan
2011-06-28
Record external IP and port from SIP responses
Hung-ying Tyan
2011-06-28
Support INVITE w/o SDP.
repo sync
2011-06-27
Start keepalive process for the caller of a SIP call
Hung-ying Tyan
2011-06-27
Support Invite w/ Replaces request.
repo sync
2011-06-24
Restart NAT port timeout measurement when keepalive fails and other fixes
Hung-ying Tyan
2011-06-23
Move the keepalive process to SipSessionImpl and make it reusable.
Hung-ying Tyan
2011-06-13
Fix the issue of onNetwork in UI thread.
repo sync
2011-06-09
Add KeepAlive Interval Measurement.
Chung-yih Wang
2011-01-12
Merge "Add auth. username in SipProfile." from gingerbread.
Chung-yih Wang
2010-12-17
Remove SIP realm/domain check
Hung-ying Tyan
2010-12-16
Check port in create peer's SIP profile.
Hung-ying Tyan
2010-12-01
Fix race between ending and answering a SIP call.
Hung-ying Tyan
2010-11-30
Do not suppress error feedback during a SIP call.
Hung-ying Tyan
2010-10-25
Notify SipSessions before closing SIP stack.
Hung-ying Tyan
2010-10-19
Handle dialing a SIP call to self.
Hung-ying Tyan
2010-10-19
Fix the incorrect environment variable name for the thread pool size.
Chung-yih Wang
2010-10-18
Set the thread pool size of NIST sip stack to one.
Chung-yih Wang
2010-10-15
SipService: add wake lock for incoming INVITE packets.
Hung-ying Tyan
2010-10-14
SipService: add wake lock for multiple components.
Hung-ying Tyan
2010-10-12
Fix SipSessionGroup from throwing ConcurrentModificationException
Hung-ying Tyan
2010-10-07
SIP: Fix busy authentication loop.
Hung-ying Tyan
2010-10-05
SIP: add SERVER_UNREACHABLE error code.
Hung-ying Tyan
2010-10-04
SIP: minor fixes.
Hung-ying Tyan
2010-09-30
SIP: misc fixes.
Hung-ying Tyan
2010-09-29
SIP: Feedback any provisional responses in addition to RING
Hung-ying Tyan
2010-09-28
SIP: add DisconnectCause.SERVER_ERROR
Hung-ying Tyan
2010-09-28
Move SipService out of SystemServer to phone process.
Hung-ying Tyan