mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
sofia: on apply-inbound-acl you can now specify <list name>:<pass context>:<fail context>
This commit is contained in:
@@ -633,6 +633,8 @@ struct sofia_profile {
|
||||
char *inner_post_trans_execute;
|
||||
switch_queue_t *sql_queue;
|
||||
char *acl[SOFIA_MAX_ACL];
|
||||
char *acl_pass_context[SOFIA_MAX_ACL];
|
||||
char *acl_fail_context[SOFIA_MAX_ACL];
|
||||
uint32_t acl_count;
|
||||
char *proxy_acl[SOFIA_MAX_ACL];
|
||||
uint32_t proxy_acl_count;
|
||||
|
||||
Reference in New Issue
Block a user