summaryrefslogtreecommitdiff
path: root/voip/java/com/android/server/sip/SipHelper.java
AgeCommit message (Collapse)Author
2013-01-28Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville
Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
2013-01-22Add debug and some cleanupWink Saville
Change-Id: I866676a1ec4a338dcfe089cbf0483e5e546ded85
2011-11-18SIP: turn off verbose logs.Chia-chi Yeh
Bug: 5616713 Change-Id: Iaf2e6878731d10d7f4f2a7cd8af71f4517780642
2011-07-13Add REFER handling.repo sync
Handle REFER requests including REFER with Replaces header. bug:4958680 Change-Id: I96df95097b78bed67ab8abd309a1e57a45c6bc2f
2011-06-28Record external IP and port from SIP responsesHung-ying Tyan
and use them to create the contact header when sending OK response for INVITE. Bug: 3461707 Change-Id: I5b254618f4920cf10a1460631bcd336778f344ec
2011-06-27Support Invite w/ Replaces request.repo sync
bug:3326870 Change-Id: Idbfbe7e3cc6ba83874d42bfb7d149866f454e70a
2011-06-23Move the keepalive process to SipSessionImpl and make it reusable.Hung-ying Tyan
Reuse the new component in the original keepalive process and the NAT port mapping timeout measurement process. This is the foundation for fixing the following bug. Bug: 3464181 Change-Id: If7e951c000503fa64843942ad062c4d853e20c8d
2011-03-29am 6f67e7bf: am 2e383bc6: Merge "Making it possible to call SIP calls with ↵Brad Fitzpatrick
special allowed chars." * commit '6f67e7bf831147257e078dd72a22f2e43e009122': Making it possible to call SIP calls with special allowed chars.
2011-03-22Making it possible to call SIP calls with special allowed chars.Magnus Strandberg
Since String.replaceFirst uses regex and since SIP user names are allowed to include regex charaters such as '+', the code must fist convert the string to a literal pattern String before using replaceFirst method. Change-Id: I25eac852bd620724ca1c5b2befc023af9dae3c1a
2011-02-21Add rport argument for a reinvite request.Chung-yih Wang
bug:3461707 Change-Id: I69a4f84dde3929c754c838fd12e624b774f44826
2010-12-07Fix SIP bug of different transport/port used for requests.Chung-yih Wang
bug: http://b/3156148 Change-Id: I4fa5b274d2e90ebde12d9e99822dc193a65bad32
2010-10-19Handle dialing a SIP call to self.Hung-ying Tyan
Reply BUSY HERE response so server may redirect the call to the voice mailbox. http://b/issue?id=3103072 http://b/issue?id=3109479 Change-Id: I81f5dd59ad87298dd9dda87084538ee460eabba8
2010-10-11SipHelper: add debug log for challenge responses.Hung-ying Tyan
Change-Id: If0143a0f076ef30b1b8998e477df933923bfa7b1
2010-09-28Move SipService out of SystemServer to phone process.Hung-ying Tyan
Companion CL: https://android-git/g/#change,70187 http://b/issue?id=2998069 Change-Id: I90923ac522ef363a4e04292f652d413c5a1526ad