Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0f65dbfec111eddc75df7b4b91002702bc31f1dd
      
https://github.com/OpenSIPS/opensips/commit/0f65dbfec111eddc75df7b4b91002702bc31f1dd
  Author: Liviu Chircu <[email protected]>
  Date:   2018-03-01 (Thu, 01 Mar 2018)

  Changed paths:
    M mi/mi_core.c

  Log Message:
  -----------
  cache_fetch: Fix MI tree format

The MI "cache_fetch" command was building a poorly formatted MI tree
(viz below). We fix the command tree format in order to make the
resulting data easier to digest programatically.

Old MI tree format visualization:
    'NULL: "out_key: [out_value]"'

New MI tree format visualization:
    '"key": "out_key", "value": "out_value"'

Reported by Hamid Elaosta.
Fixes #1298


_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to