mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 10:01:41 +00:00
add per user acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8753 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c1e369cbb9
commit
f4160459a6
@ -1060,7 +1060,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile, sip_authorization_t co
|
|||||||
passwd = val;
|
passwd = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strcasecmp(var, "auth_acl")) {
|
if (!strcasecmp(var, "auth-acl")) {
|
||||||
auth_acl = val;
|
auth_acl = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1079,7 +1079,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile, sip_authorization_t co
|
|||||||
passwd = val;
|
passwd = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strcasecmp(var, "auth_acl")) {
|
if (!strcasecmp(var, "auth-acl")) {
|
||||||
auth_acl = val;
|
auth_acl = val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user