summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2016-07-15 16:16:18 -0500
committerRichard Mudgett <rmudgett@digium.com>2016-07-21 23:30:57 -0500
commit33716106e00da12d24999610aea60a76cc5bbdb5 (patch)
treeb1c326a54a97da5d7392f518b2c5839b08c93e10 /include
parent80a989910077e0df020d754252c32cfbb8c5578f (diff)
res_pjsip: Whitespace and comment cleanup.
Change-Id: I11139a4a95df34e223ba622aa6227e33ab8f6c38
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 4d60d1dab..b94546bbc 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -745,9 +745,9 @@ struct ast_sip_endpoint {
unsigned int usereqphone;
/*! Do we send messages for connected line updates for unanswered incoming calls immediately to this endpoint? */
unsigned int rpid_immediate;
- /* Access control list */
+ /*! Access control list */
struct ast_acl_list *acl;
- /* Restrict what IPs are allowed in the Contact header (for registration) */
+ /*! Restrict what IPs are allowed in the Contact header (for registration) */
struct ast_acl_list *contact_acl;
/*! The number of seconds into call to disable fax detection. (0 = disabled) */
unsigned int faxdetect_timeout;