Merge "res_pjsip: Endpoint IP Access Controls"

This commit is contained in:
Joshua Colp
2016-05-19 10:39:58 -05:00
committed by Gerrit Code Review
6 changed files with 257 additions and 10 deletions

View File

@@ -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;
};
/*!