[sr-dev] [kamailio/kamailio] extra headers in rtjson (#902)

lazedo notifications at github.com
Sat Dec 24 18:08:26 CET 2016


Hi,
encoding \r\n in json is not desirable.
i propose we change the format of "extra" headers in rtjson from
 "extra": "X-Hdr-A: abc\r\nX-Hdr-B: bcd\r\n"
to
 "extra":  {"X-Hdr-A" : "abc" , "X-Hdr-B" :  "bcd"}


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20161224/0dfe78d3/attachment.html>


More information about the sr-dev mailing list