Digium Addons issues, requires Asterisk 1.8.4+?

Hi,

I have 4 licenses for G-729 digium addon. I updated FreePBX to the 12.0.76.2 framework running with Asterisk 1.8.25.0, Centos 5.11, and PHP5.3. When I go to the Digium site to get the digium Addons module fixed (as advised when I try to update the Digium Addon module through FreePBX module manager) and follow the registration I come to a point where I need to download the G-729 for Asterisk and it list choices starting with Asterisk 1.8.4+ but there does not seem to be a Asterisk 1.8.4 branch. What am I missing here?

Thanks

Please file a bug report. The function they use for version checking only understands 1.x versions so it will fail on 10,11,12,13 etc

http://git.freepbx.org/projects/FREEPBX/repos/digiumaddoninstaller/browse/functions.inc.php?at=release/2.11#321

			if (preg_match("/1\.[2468](\.[0-9][0-9]?(\.[0-9][0-9]?)?)?/", $full, $matches)) {

Hi,

The link you provided does not go anywhere?

works for me, you may have to be logged in. git.freepbx.org uses the same credentials as the forums and bug tracker