Files
asterisk/main
Ivan Poddubny 74635b5638 manager: Fix GetConfigJSON returning invalid JSON
When GetConfigJSON was introduced back in 1.6, it returned each
section as an array of strings: ["key=value", "key2=value2"].
Afterwards, it was changed a few times and became
["key": "value", "key2": "value2"], which is not a correct JSON.
This patch fixes that by constructing a JSON object {} instead of
an array [].

Also, the keys "istemplate" and "tempates" that are used to
indicate templates and their inherited categories are now wrapped in
quotes.

ASTERISK-25391 #close
Reported by: Bojan Nemčić

Change-Id: Ibbe93c6a227dff14d4a54b0d152341857bcf6ad8
2015-10-03 08:09:21 -05:00
..
2015-04-12 13:58:49 -05:00
2015-06-02 16:27:51 -05:00
2015-01-30 16:47:50 +00:00
2015-03-25 18:37:04 +00:00
2014-10-10 13:01:41 +00:00
2015-06-05 02:16:24 -05:00
2013-07-04 13:06:15 +00:00
2013-06-29 00:18:57 +00:00
2013-09-10 18:05:47 +00:00
2014-05-09 22:49:26 +00:00
2015-06-02 16:27:51 -05:00
2015-06-03 14:03:18 -05:00
2015-01-26 14:49:32 +00:00
2015-06-03 14:03:18 -05:00