Public bug reported:
The pbx_lua module is loaded successfully on Asterisk startup, but the defined
dialplan is not available, resulting in "extension unknown"-messages.
Using either: module reload pbx_lua.so
or module unload pbx_lua.so + module load pbx_lua.so
solves the problem as the configura
And will squidGuard be bugged till 2015?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757474
Title:
squidGuard expressionlist not working in 10.04 LTS
--
ubuntu-bugs mailing list
ubuntu-bugs@list
Public bug reported:
Binary package hint: squidguard
http://www.squidguard.org/Doc/known_issues.html says:
Regex not working
Reason:
Problem in sg.y.in line 2350:
if(aclpass->dest->regExp != NULL && access){
if((result = sgRegExpMatch(aclpass->dest->regExp,req->url)) != 0){
if(aclpass->access){