]> 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:52 +0000 (09:19 -0500)
commit9a225692feb1179f0f4b72f0dc94d59252d53cab
treeecfd53158acc268a51cf0011f19bec582861475b
parentb2aab2891cbec6b37fcc8f5abc8da3f7bec4f46e
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