summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-11-03 01:46:03 +0000
committerBenny Prijono <bennylp@teluu.com>2007-11-03 01:46:03 +0000
commite1a8b26001ba85c2f60b89c4489d24e037b99281 (patch)
tree51b31bb53cb948edfb8cab9fd174d46c09851f80 /pjsip/include
parent15982ff3aeb67c2644fea6c5ee7bb604400de146 (diff)
Ticket #410: Endless authentication retries when 401/407 response contains no challenge
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1539 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsip/sip_errno.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pjsip/include/pjsip/sip_errno.h b/pjsip/include/pjsip/sip_errno.h
index 0b793a9c..f1614fd5 100644
--- a/pjsip/include/pjsip/sip_errno.h
+++ b/pjsip/include/pjsip/sip_errno.h
@@ -391,7 +391,10 @@ PJ_BEGIN_DECL
* Invalid AKA credential.
*/
#define PJSIP_EAUTHINAKACRED (PJSIP_ERRNO_START_PJSIP + 113) /* 171113 */
-
+/**
+ * No challenge is found in the challenge.
+ */
+#define PJSIP_EAUTHNOCHAL (PJSIP_ERRNO_START_PJSIP + 114) /* 171114 */
/************************************************************
* UA AND DIALOG ERRORS