Ticket #4616 (closed Bugs: fixed)

Opened 3 years ago

Last modified 2 years ago

Asterisk 1.8 Support in Install_AMP however a change was forgotten in functions.inc.php

Reported by: GameGamer43 Assigned to:
Priority: minor Milestone: 2.9
Component: FreePBX Framework Version: 2.8-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

It seems that while, FreePBX 2.8 support Asterisk 1.8, the following was never updated to reflect the release of 1.8, as reported by qwell.

return array('engine'=>'asterisk', 'version' => '1.6', 'additional' => $matches[1], 'raw' => $verinfo);

Change History

11/01/10 18:39:25 changed by GameGamer43

  • status changed from new to closed.
  • resolution set to fixed.

(In [10513]) closes #4616 - if trunk, assume 1.8 not 1.6

11/29/10 17:21:24 changed by p_lindheimer

(In [10635]) Merged revisions 10416-10493,10495-10634 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/2.8

........

r10443 | mbrevda | 2010-10-24 10:49:06 -0700 (Sun, 24 Oct 2010) | 1 line

re #4603 - no need to connect to asterisk to archive recoded calls

........

r10453 | p_lindheimer | 2010-11-01 10:34:27 -0700 (Mon, 01 Nov 2010) | 1 line

fixes #4615 XSS to Module Admin

........

r10513 | GameGamer?43 | 2010-11-01 15:39:24 -0700 (Mon, 01 Nov 2010) | 1 line

closes #4616 - if trunk, assume 1.8 not 1.6

........

r10602 | p_lindheimer | 2010-11-20 13:13:57 -0800 (Sat, 20 Nov 2010) | 1 line

undefined variable could be resulting in hints not being defined when in DYNAMICHINTS mode

........

12/29/10 18:33:28 changed by p_lindheimer

(In [10763]) Merged revisions 10561,10640,10648,10655,10728 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/branches/bootstrap

........

r10561 | mickecarlsson | 2010-11-14 01:58:01 -0800 (Sun, 14 Nov 2010) | 1 line

Re #4566 dont ever remove copyrights, they are there for a reason. Update with 'Portions Copyright ...' instead

........

r10640 | mbrevda | 2010-11-30 13:58:27 -0800 (Tue, 30 Nov 2010) | 1 line

re #4655, forgot the framework function

........

r10648 | mbrevda | 2010-12-04 13:34:27 -0800 (Sat, 04 Dec 2010) | 1 line

closes #4616; closing fo rnow as this fis is reather harmless, im more concerened about the algorithm to detarmain the proper base, but nothing iwll break as a result of this. Reopen if there is a better way

........

r10728 | p_lindheimer | 2010-12-24 08:25:01 -0800 (Fri, 24 Dec 2010) | 1 line

expires changed to 24 hrs, we don't want it to be too far out or it can result in more 'bugs' being reported when upgrading. (as it stands we really do need to start versioning mainstyle.css for that same reason...)

........