proxy acl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14794 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Raymond Chandler
2009-09-08 22:16:45 +00:00
parent b723ce49ad
commit d986cc5f2a
2 changed files with 81 additions and 6 deletions
+2
View File
@@ -482,6 +482,8 @@ struct sofia_profile {
switch_queue_t *sql_queue;
char *acl[SOFIA_MAX_ACL];
uint32_t acl_count;
char *proxy_acl{SOFIA_MAX_ACL];
uint32_t proxy_acl_count;
char *reg_acl[SOFIA_MAX_ACL];
uint32_t reg_acl_count;
char *nat_acl[SOFIA_MAX_ACL];