summaryrefslogtreecommitdiffstats
path: root/voip
Commit message (Expand)AuthorAgeFilesLines
* @hide all the changes to frameworks/base...Koushik Dutta2012-02-251-0/+2
* Prevent NullPointerException cases while using SipService.Masahiko Endo2011-08-031-1/+9
* Fix compile errorTom Giordano2011-05-221-1/+1
* Make SIP User-Agent timeout configurable via Settings->Call Settings>Internet...André Černâk2011-05-092-1/+26
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-04-301-0/+9
|\
| * Issue 4157048: mic gain for VoIP/SIP calls.Eric Laurent2011-03-291-0/+9
* | Making it possible to call SIP calls with special allowed chars.Magnus Strandberg2011-03-241-2/+6
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-288-144/+281
|\ \ | |/
| * do not merge bug 3370834 Cherrypick from masterJean-Michel Trivi2011-01-261-3/+7
| * Merge changes Ib70e0cf2,I0691cd70 into gingerbreadHung-ying Tyan2011-01-241-8/+27
| |\
| | * SipService: registers broadcast receivers on demand.Hung-ying Tyan2011-01-071-7/+22
| | * SipService: release wake lock for cancelled tasks.Hung-ying Tyan2011-01-061-1/+5
| * | Add auth. username in SipProfile.Chung-yih Wang2011-01-072-1/+29
| |/
| * RTP: Send silence packets on idle streams for every second.Chia-chi Yeh2011-01-041-32/+48
| * Check if VoIP API is supported in SipManager.Hung-ying Tyan2010-12-212-5/+31
| * Remove SIP realm/domain checkHung-ying Tyan2010-12-171-6/+8
| * Check port in create peer's SIP profile.Hung-ying Tyan2010-12-162-5/+7
| * Fix SIP bug of different transport/port used for requests.Chung-yih Wang2010-12-072-14/+41
| * Merge "Set AudioGroup mode according to audio settings" into gingerbreadHung-ying Tyan2010-12-021-18/+31
| |\
| | * Set AudioGroup mode according to audio settingsHung-ying Tyan2010-11-301-18/+31
| * | Fix race between ending and answering a SIP call.Hung-ying Tyan2010-12-011-13/+13
| * | Do not suppress error feedback during a SIP call.Hung-ying Tyan2010-11-301-11/+1
| |/
| * Merge "Correct SipService.isOpened() implementation." into gingerbreadHung-ying Tyan2010-11-301-12/+12
| |\
| | * Correct SipService.isOpened() implementation.Hung-ying Tyan2010-11-021-12/+12
| * | Merge "Notify SipSessions before closing SIP stack." into gingerbreadHung-ying Tyan2010-11-301-0/+1
| |\ \
| | * | Notify SipSessions before closing SIP stack.Hung-ying Tyan2010-10-251-0/+1
| * | | Merge "Throw proper exceptions in SipManager" into gingerbreadHung-ying Tyan2010-11-301-7/+11
| |\ \ \
| | * | | Throw proper exceptions in SipManagerHung-ying Tyan2010-11-031-7/+11
| | | |/ | | |/|
| * | | Merge "RTP: Pause echo suppressor when far-end volume is low." into gingerbreadChia-chi Yeh2010-11-291-8/+13
| |\ \ \ | | |/ / | |/| |
| | * | RTP: Pause echo suppressor when far-end volume is low.Chia-chi Yeh2010-10-271-8/+13
| | |/
* | | SIP: use expiry time from Contact headerChristopher Lais2011-01-292-1/+26
* | | Force SIP service to find the new local IP and reregister all SIP accounts on...Giorgos Mavrikas2011-01-191-0/+55
* | | SipProfile: Add configurable User-AgentRicardo Cerqueira2011-01-162-1/+38
|/ /
* | docs: revise javadocs for sipScott Main2010-10-288-69/+118
|/
* Clean up pending sessions on incoming call in SipServiceHung-ying Tyan2010-10-221-2/+13
* Merge "RTP: Fix non-zero DC in EchoSuppressor caused while aggregating sample...Chia-chi Yeh2010-10-213-104/+128
|\
| * RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples.Chia-chi Yeh2010-10-223-104/+128
* | Add permission requirements to SipAudioCall and SipManager javadoc.Hung-ying Tyan2010-10-212-1/+22
* | Remove ringtone API from SipAudioCall.Hung-ying Tyan2010-10-202-99/+1
|/
* Periodically scan wifi when wifi is not connected and wifi lock isChung-yih Wang2010-10-191-0/+48
* Handle dialing a SIP call to self.Hung-ying Tyan2010-10-193-1/+40
* Reduce logging.Joe Onorato2010-10-191-9/+9
* Fix the incorrect environment variable name for the thread pool size.Chung-yih Wang2010-10-191-1/+2
* Merge "Uncomment SIP/VOIP feature check in SipManager." into gingerbreadJohn Huang2010-10-181-6/+0
|\
| * Uncomment SIP/VOIP feature check in SipManager.Hung-ying Tyan2010-10-181-6/+0
* | Set the thread pool size of NIST sip stack to one.Chung-yih Wang2010-10-181-0/+6
|/
* SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan2010-10-153-46/+92
* SipService: add wake lock for multiple components.Hung-ying Tyan2010-10-142-68/+132
* Make SipService listen to WIFI state change events.Hung-ying Tyan2010-10-131-27/+23
* Merge "SipService: mScreenOn is flipped to wrong value." into gingerbreadHung-ying Tyan2010-10-121-2/+2
|\