[asterisk-bugs] [Asterisk 0014267]: macro compatibility
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Oct 18 17:24:49 CDT 2010
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=14267
======================================================================
Reported By: dimas
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 14267
Category: PBX/pbx_ael
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 169153
Request Review:
Resolution: not fixable
Fixed in Version:
======================================================================
Date Submitted: 2009-01-18 16:27 CST
Last Modified: 2010-10-18 17:24 CDT
======================================================================
Summary: macro compatibility
Description:
In 1.4 AEL used to generate macro- prefix for all macro contexts and
transform &m1() calls to Macro(m1). Now 1.6 Macro is deprcated and AEL
generates Gosub instead and does NOT generate macro- prefix.
The problem is that if your dialplan calls AEL macros from regular
dialplan - it will not work because AEL-generated macros do NOT have macro-
prefix while Macro application will add it. For the same reason features
like
myfeature => #,self,Macro,feature1
will not work anymore if feature1 is defined in the AEL.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016646 [patch] Its not possible to pass more t...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-10-18 17:24 tilghman Status feedback => closed
2010-10-18 17:24 tilghman Resolution reopened => not fixable
======================================================================
More information about the asterisk-bugs
mailing list