summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* am 624d5b4e: SIP: add DisconnectCause.SERVER_ERRORHung-ying Tyan2010-09-272-1/+4
|\
| * SIP: add DisconnectCause.SERVER_ERRORHung-ying Tyan2010-09-282-1/+4
* | am 24547592: Fix the startAudio order for 3-way calls.Chung-yih Wang2010-09-271-2/+2
|\ \ | |/
| * Fix the startAudio order for 3-way calls.Chung-yih Wang2010-09-281-2/+2
* | am 368d796e: Fix build.Hung-ying Tyan2010-09-271-1/+1
|\ \ | |/
| * Fix build.Hung-ying Tyan2010-09-281-1/+1
* | am 32346522: Merge "Don\'t enter DISCONNECTING state when the call/connection...Hung-ying Tyan2010-09-271-14/+21
|\ \ | |/
| * Don't enter DISCONNECTING state when the call/connection is not aliveHung-ying Tyan2010-09-281-14/+21
* | am 025a39af: SIP: misc fixesHung-ying Tyan2010-09-271-0/+3
|\ \ | |/
| * SIP: misc fixesHung-ying Tyan2010-09-281-0/+3
* | am 00a22064: SipService: handle cross-domain authentication errorHung-ying Tyan2010-09-272-0/+4
|\ \ | |/
| * SipService: handle cross-domain authentication errorHung-ying Tyan2010-09-272-0/+4
* | am bd229420: Fix the unhold issue especially if one is behind NAT.Chung-yih Wang2010-09-271-1/+12
|\ \ | |/
| * Fix the unhold issue especially if one is behind NAT.Chung-yih Wang2010-09-271-1/+12
* | am 8f5a1211: Merge "Add debug functions." into gingerbreadJohn Wang2010-09-261-23/+167
|\ \ | |/
| * Merge "Add debug functions." into gingerbreadJohn Wang2010-09-261-23/+167
| |\
| | * Add debug functions.John Wang2010-09-261-23/+167
* | | am 194bbcce: SIP: longer timeout for making call, shorter for cancellingHung-ying Tyan2010-09-241-5/+7
|\ \ \ | |/ /
| * | SIP: longer timeout for making call, shorter for cancellingHung-ying Tyan2010-09-251-5/+7
| |/
* | am 84a357bb: Refactoring SIP classes to get ready for API review.Hung-ying Tyan2010-09-231-12/+12
|\ \ | |/
| * Refactoring SIP classes to get ready for API review.Hung-ying Tyan2010-09-241-12/+12
* | am 4c571a62: Fix the build.Chung-yih Wang2010-09-201-21/+0
|\ \ | |/
| * Fix the build.Chung-yih Wang2010-09-211-21/+0
* | am 708e4251: Merge "Revert the ANSWERING state." into gingerbreadChung-yih Wang2010-09-204-30/+35
|\ \ | |/
| * Revert the ANSWERING state.Chung-yih Wang2010-09-214-30/+35
* | am ee2ef322: Merge "Use PhoneBase in the phone list." into gingerbreadJohn Wang2010-09-201-34/+81
|\ \ | |/
| * Merge "Use PhoneBase in the phone list." into gingerbreadJohn Wang2010-09-201-34/+81
| |\
| | * Use PhoneBase in the phone list.John Wang2010-09-171-34/+81
* | | am 8544560c: SipPhone: fix missing-call DisconnectCause feedbackHung-ying Tyan2010-09-201-1/+3
|\ \ \ | |/ /
| * | SipPhone: fix missing-call DisconnectCause feedbackHung-ying Tyan2010-09-201-1/+3
* | | am 97963794: SIP: convert enum to static final int.Hung-ying Tyan2010-09-191-19/+20
|\ \ \ | |/ /
| * | SIP: convert enum to static final int.Hung-ying Tyan2010-09-201-19/+20
| |/
* | am 0741a5ed: Merge "Add debug function." into gingerbreadJohn Wang2010-09-171-5/+56
|\ \ | |/
| * Add debug function.John Wang2010-09-171-5/+56
* | am 1d158357: SipPhone: do not append SIP domain to PSTN numberHung-ying Tyan2010-09-171-19/+28
|\ \ | |/
| * SipPhone: do not append SIP domain to PSTN numberHung-ying Tyan2010-09-171-19/+28
* | am afa583e6: SipAudioCall: expose startAudio()Hung-ying Tyan2010-09-171-0/+1
|\ \ | |/
| * SipAudioCall: expose startAudio()Hung-ying Tyan2010-09-171-0/+1
* | am 9404e633: Merge "Add timer to SIP session creation process." into gingerbreadHung-ying Tyan2010-09-161-4/+5
|\ \ | |/
| * Add timer to SIP session creation process.Hung-ying Tyan2010-09-171-4/+5
* | am d8f3d167: Add a new phone state ANSWERING.Chung-yih Wang2010-09-164-4/+23
|\ \ | |/
| * Add a new phone state ANSWERING.Chung-yih Wang2010-09-164-4/+23
* | am 968735e5: Merge "Fixing the NPE in SipPhone bug id: http://b/2987816" into...Hung-ying Tyan2010-09-151-1/+1
|\ \ | |/
| * Fixing the NPE in SipPhoneChung-yih Wang2010-09-151-1/+1
* | am 5306e0a8: Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerb...Hung-ying Tyan2010-09-152-0/+6
|\ \ | |/
| * Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerbreadHung-ying Tyan2010-09-142-0/+6
| |\
| | * SIP: add PEER_NOT_REACHABLE error feedback.Hung-ying Tyan2010-09-152-0/+6
* | | am 6457a28b: Merge "Complete event registration in CallManager." into gingerb...John Wang2010-09-141-8/+87
|\ \ \ | |/ /
| * | Complete event registration in CallManager.John Wang2010-09-141-8/+87
* | | am 17fe229f: Merge "Unhide GsmCellLocation.getPsc()." into gingerbreadjsh2010-09-141-1/+3
|\ \ \ | |/ /