Module: sip-router
Branch: master
Commit: 4b335f6419468d6873ce314221b2b786ae64366a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b335f6…
Author: Pawel Kuzak <pawel.kuzak(a)1und1.de>
Committer: lucian balanceanu <lucian.balanceanu(a)1and1.ro>
Date: Fri Jul 25 14:28:48 2014 +0300
userblacklist: added check_whitelist function
- check_whitelist(string table) finds the longest prefix that
matches the request URI for the given table and returns true
if the match is set to whitelist
---
modules/userblacklist/README | 60 +++++++++++++-------
modules/userblacklist/doc/userblacklist_admin.xml | 21 +++++++
modules/userblacklist/userblacklist.c | 47 ++++++++++++++++
3 files changed, 107 insertions(+), 21 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=4b3…