]> git.ipfire.org Git - thirdparty/asterisk.git/commit
aelparse: Accept an included context with timings.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 2 Aug 2021 17:33:07 +0000 (19:33 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 6 Aug 2021 14:19:38 +0000 (09:19 -0500)
commit0b1a629ecd866a767d0a176dfa0d27c9741f8339
treeb73d0ae0f5ce1732ec08d259e2bb27b89d569081
parent628830921ef9ddf1e3d611c37f1c22393b0293b6
aelparse: Accept an included context with timings.

With Asterisk 1.6.0, in the main parser for the configuration file
extensions.conf, the separator was changed from vertical bar to comma.
However, the first separator was not changed in aelparse; it still had
to be a vertical bar, and no comma was allowed.

Additionally, this change allows the vertical bar for the first and
last parameter again, even in the main parser, because the vertical bar
was still accepted for the other parameters.

ASTERISK-29540

Change-Id: I882e17c73adf4bf2f20f9046390860d04a9f8d81
main/pbx_include.c
main/pbx_timing.c
utils/extconf.c