[asterisk-bugs] [JIRA] Created: (ASTERISK-20423) Provide an entry point for stdexten written in AEL from pbx_config.c

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Sep 14 15:01:28 CDT 2012


Provide an entry point for stdexten written in AEL from pbx_config.c
--------------------------------------------------------------------

                 Key: ASTERISK-20423
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20423
             Project: Asterisk
          Issue Type: New Feature
      Security Level: None
          Components: Core/Configuration, PBX/pbx_config
    Affects Versions: SVN, 11.0.0-beta1
         Environment: Centos 5, Centos 6
            Reporter: Octavio Ruiz
            Severity: Minor


ASTERISK-18809 and ASTERISK-19457 changed the way pbx_config.c invokes the stdexten subroutine from Macro to Gosub, providing examples at extensions.conf and without a means of backwards compatibility.

Since this change, any stdexten written in AEL would be not reachable by the Gosub application when configuring pbx_config.so to do so due the new approach of how stdexten through Gosub is called (explained in extensions.conf.sample).

Being not able to define arbitrary priorities in AEL there is no way to re implement stdexten in this language having to fall back to Macro application loosing the benefit of better nesting and the   Gosub use trend.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list