summaryrefslogtreecommitdiff
path: root/voip/java/android/net/sip/SipErrorCode.java
AgeCommit message (Collapse)Author
2013-01-28Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville
Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
2010-10-28docs: revise javadocs for sipScott Main
add a package description, revise class descriptions and edit some method docs Change-Id: Ice969a99c830349674c65d99e4b7a6f1d2f24a7e
2010-10-08Unhide SIP API.Hung-ying Tyan
Change-Id: I09468e3149a242a3b1e085ad220eb74f84ac6c68
2010-10-05SIP: add SERVER_UNREACHABLE error code.Hung-ying Tyan
Let SipSession return it when UnknownHostException is caught. Add DisconnectCause.SERVER_UNREACHABLE in Connection and have SipPhone report it when receiving SERVER_UNREACHABLE from SipSession. http://b/issue?id=3061691 Change-Id: I944328ba3ee30c0a9386e89b5c4696d4d9bde000
2010-09-27SipService: handle cross-domain authentication errorHung-ying Tyan
and add new CROSS_DOMAIN_AUTHENTICATION error code and OUT_OF_NETWORK DisconnectCause. http://b/issue?id=3020185 Change-Id: Icc0a341599d5a72b7cb2d43675fbddc516544978
2010-09-20SIP: convert enum to static final int.Hung-ying Tyan
Converts SipErrorCode and SipSessionState. Change-Id: Iee3a465649ea89d395b2336bbd673c25113e5f93
2010-09-16Fix links in SIP API javadoc.Hung-ying Tyan
Change-Id: I839280fe18502bb576f6e9c9a7948077c02fa570
2010-09-15SIP: add PEER_NOT_REACHABLE error feedback.Hung-ying Tyan
http://b/issue?id=3002033 Change-Id: Ib64b08919d214acbab89945ac19dc113a68e62ad
2010-09-14SipService: deliver connectivity change to all sessions.Hung-ying Tyan
+ add DATA_CONNECTION_LOST to SipErrorCode + convert it to Connection.DisconnectCause.LOST_SIGNAL in SipPhone http://b/issue?id=2992548 Change-Id: Ie8983c1b81077b21f46304cf60b8e61df1ffd241
2010-09-13SIP: enhance timeout and registration status feedback.Hung-ying Tyan
http://b/issue?id=2984419 http://b/issue?id=2991065 Change-Id: I2d3b1dd3a70079ff347f7256f4684aea07847f4e
2010-09-10SIP: add SipErrorCode for error feedback.Hung-ying Tyan
Change-Id: I8b071d4933479b780a403d0bfa30511f4c23ca8f