SIP: add PEER_NOT_REACHABLE error feedback.

http://b/issue?id=3002033

Change-Id: Ib64b08919d214acbab89945ac19dc113a68e62ad
This commit is contained in:
Hung-ying Tyan
2010-09-15 11:23:22 +08:00
parent 88203cb111
commit ae076d3981
4 changed files with 21 additions and 2 deletions

View File

@ -43,6 +43,9 @@ public enum SipErrorCode {
/** When the remote URI is not valid. */
INVALID_REMOTE_URI,
/** When the peer is not reachable. */
PEER_NOT_REACHABLE,
/** When invalid credentials are provided. */
INVALID_CREDENTIALS,