[asterisk-bugs] [JIRA] (ASTERISK-30406) pbx_ael: Global variables are not expanded.

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Mar 2 10:52:07 CST 2023


     [ https://issues.asterisk.org/jira/browse/ASTERISK-30406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-30406:
-------------------------------------

    Target Release Version/s: 18.17.0

> pbx_ael: Global variables are not expanded.
> -------------------------------------------
>
>                 Key: ASTERISK-30406
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-30406
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: PBX/pbx_ael
>    Affects Versions: 18.16.0
>            Reporter: Sean Bright
>            Assignee: Sean Bright
>      Target Release: 18.17.0
>
>
> Global variables defined within AEL are not expanded. For example:
> {noformat}
> globals {
>     Kphones=SIP/KC470IP&SIP/KSnom870
>     Sphones=SIP/SYealinkT38G&SIP/SGC610IP
>     Allphones=${Kphones}&${Sphones}
> }
> {noformat}
> Will result in Allphones having the value:
> {noformat}
> ${Kphones}&${Sphones}
> {noformat}
> This differs from {{pbx_config}} behavior which would expand the {{Kphones}} and {{Sphones}} variables.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list