Not Logged in - No Account?

Don't have an account? Registering an account with us allows you to post to the forums, easily track new posts, subscribe to threads, pm (private message) other forum members, and receive periodic news letters (you can opt out if you desire). Once you are logged in this message will no longer appear. If you don't have an account, you can create one by registering here. Lost your password, request a new password. We respect your privacy which means we collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for full details.


Whoops. Enum Lookups broken in 2.2.0

xrobau's picture
For anyone using Enum trunks in 2.2.0, they would be unhappy to find that it's giving them a wierd authentication error. Whoops. I've got a check back-to-front in the extensions.conf file. It's a really easy fix, edit line 428 of /etc/asterisk/extensions.conf and put a "!" before the = sign. The line should read (when fixed): exten => s,1,GotoIf($["${ARG3}" <strong>!</strong>= ""]?PASSWD:NOPASSWD); arg3 is pattern password Note that I've put the ! in bold so you can see where it's meant to be. If everyone can get busy and find some more bugs and report them, I can roll up a 2.2.1 release shortly!

Related Content