Merge "res_pjsip: Endpoint IP Access Controls" into 13

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

View File

@@ -734,6 +734,10 @@ 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 */
struct ast_acl_list *acl;
/* Restrict what IPs are allowed in the Contact header (for registration) */
struct ast_acl_list *contact_acl;
};
/*!