]> git.ipfire.org Git - thirdparty/asterisk.git/commit
json: Support older jansson versions.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 17 Dec 2019 01:18:37 +0000 (21:18 -0400)
committerJoshua C. Colp <jcolp@sangoma.com>
Tue, 17 Dec 2019 14:14:17 +0000 (08:14 -0600)
commit4dd2a027529293dda14ee4bf53160561652c7c9b
tree48a60c6971a991e86a7edb3d3b1678da1338e60c
parentae6218a39e88426dd01d143d23c882743a750c80
json: Support older jansson versions.

The use of '?' is a fairly new addition to jansson and is not
supported in the version of jansson that can be used by 13.
This change returns to previous supported behavior and removes
usage of '?'.

ASTERISK-28663

Change-Id: I6d596007ae85e8724d928865d99968f679be1142
main/json.c
res/res_stasis_playback.c
res/res_stasis_recording.c
res/stasis/app.c