mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 13:49:18 +00:00
Merge "res_pjsip: Endpoint IP Access Controls" into 13
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user