Whoops. Enum Lookups broken in 2.2.0

in:
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
- 2.10 RC coming up, Other Updates
- Server Progress and Plans
- New Server Coming, FreePBX Training Filling Up, 2.10 Update
- Server Crashes, Up Coming Trainings
- 2.10 Beta2 and Come see us in Naples, Florida!
- 2.10 Update and Come Say Hi at Astricon this Year
- FreePBX 2.10 Beta - Lots of Credit to the Schmoozecom.com team!
- Appointment Reminder Module
- FreePBX Distro Update
- SECURITY ADVISORY: web services (Aug. 11, 2011)
- xrobau's blog
- Login or register to post comments


