sofia: on apply-inbound-acl you can now specify <list name>:<pass context>:<fail context>

This commit is contained in:
Anthony Minessale
2012-10-12 17:05:15 -04:00
parent a6b2a420d0
commit 2369ffa989
2 changed files with 61 additions and 6 deletions
+2
View File
@@ -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;