summaryrefslogtreecommitdiff
path: root/include/asterisk
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:28:17 -0500
commit4286a369a153d51fb6f4d6e1fbc49e222c0bbfdf (patch)
tree7cee2a70ef07a03544eb04245078342b5474f9fe /include/asterisk
parent947381865918f7c560cfe69d79ab7db6f0aa4cc5 (diff)
res_pjsip: Whitespace and comment cleanup.
Change-Id: I11139a4a95df34e223ba622aa6227e33ab8f6c38
Diffstat (limited to 'include/asterisk')
-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 9dd70dbca..9bb2a82c5 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -749,9 +749,9 @@ struct ast_sip_endpoint {
unsigned int usereqphone;
/*! Whether to pass through hold and unhold using re-invites with recvonly and sendrecv */
unsigned int moh_passthrough;
- /* 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;