]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_variables: Increase parsing capabilities of MSet
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 20 Nov 2021 20:37:16 +0000 (20:37 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 13 Dec 2021 19:46:08 +0000 (13:46 -0600)
commit3629b7f82557b3b1f106f0383cf03b1cb15b33f0
tree246017405cf35546b7e489f0b359e571923d70e0
parent1ac89e087533ab0ff8f209270479a3bc192fc9e0
pbx_variables: Increase parsing capabilities of MSet

Currently MSet can only parse a maximum of 24 variables.
If more variables are provided to MSet, the 24th variable
will simply contain the remainder of the string and the
remaining variables thereafter will never get set.

This increases the number of variables that can be parsed
in one go from 24 to 99. Additionally, documentation is added
since this limitation is currently undocumented and is
confusing to users who encounter this limitation.

ASTERISK-29766 #close

Change-Id: I3fe35b462dedec0a452fd9ea7f92c920a3939f16
main/pbx_variables.c