summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-04-06 06:53:51 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-06 06:53:51 -0500
commit72a8e2106ea4f611a755da1a9c20f7bced300cce (patch)
treef11a96232728dfc9d2073b9a5983a084b7908526 /include
parent6774913e8235fe821ed2420368bbca4fbe62c51e (diff)
parent71a67a98c40f1d1d89a4598d2b56fb348d1915ed (diff)
Merge "res_pjsip: Update authenticate_qualify documentation."
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/res_pjsip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index c017e62db..26439986b 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -263,7 +263,7 @@ struct ast_sip_contact {
struct timeval expiration_time;
/*! Frequency to send OPTIONS requests to contact. 0 is disabled. */
unsigned int qualify_frequency;
- /*! If true authenticate the qualify if needed */
+ /*! If true authenticate the qualify challenge response if needed */
int authenticate_qualify;
/*! Qualify timeout. 0 is diabled. */
double qualify_timeout;
@@ -346,7 +346,7 @@ struct ast_sip_aor {
unsigned int default_expiration;
/*! Frequency to send OPTIONS requests to AOR contacts. 0 is disabled. */
unsigned int qualify_frequency;
- /*! If true authenticate the qualify if needed */
+ /*! If true authenticate the qualify challenge response if needed */
int authenticate_qualify;
/*! Maximum number of external contacts, 0 to disable */
unsigned int max_contacts;