summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-05-19 10:39:58 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-05-19 10:39:58 -0500
commite205eb55a41b20834b28c7f06d74d878a1b8c0e8 (patch)
tree9acdc5bc2f074c9ed8dea8bd47a926bb78d452eb /include
parentacbaa1b0cfeacf368fce3c2ad93df935af2de7f9 (diff)
parent69a85a519f0f5acc11d167a500b99806530ff822 (diff)
Merge "res_pjsip: Endpoint IP Access Controls"
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/res_pjsip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index 05f8100cf..cf8c719d5 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -738,6 +738,10 @@ 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 */
+ struct ast_acl_list *acl;
+ /* Restrict what IPs are allowed in the Contact header (for registration) */
+ struct ast_acl_list *contact_acl;
};
/*!