Files
asterisk/main
Ivan Poddubny b66f1eef41 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 [].

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

Change-Id: Ibbe93c6a227dff14d4a54b0d152341857bcf6ad8
2015-10-03 15:45:59 +03:00
..
2015-04-12 13:59:44 -05:00
2015-04-12 13:49:40 -05:00
2014-11-02 08:03:18 +00:00
2014-10-10 12:55:56 +00:00
2015-04-06 18:58:30 +00:00
2015-06-04 20:07:26 +02:00
2015-04-06 18:58:30 +00:00
2013-09-10 17:56:56 +00:00
2014-05-09 22:28:40 +00:00