Description

Kamailio recently added JSON logging support, described on these two pages:
https://www.kamailio.org/w/2020/04/structured-json-logging/
https://www.kamailio.org/wiki/cookbooks/devel/core#log_engine_cli_parameter

Structured logging is particularly useful when:

  1. there are multiple applications involved in a call (e.g. Kamailio, Kurento, coTurn, Apache)
  2. all the applications create JSON logs using identical field names

I recently made contributions to reSIProcate, GStreamer and Kurento to support the JSON CEE field names. It would be very easy to replicate in Kamailio.
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/847
Kurento/kurento-media-server#17
resiprocate/resiprocate@d1df9ae

Notice that rsyslog can receive legacy Syslog events from VoIP hardware, Cisco and Polycom phones and it can convert them to JSON CEE and push them into the document store where they will meet the records from Kamailio. This is another case where it is really useful if all the JSON from different applications is using CEE.

Here are the JSON CEE field names:

https://cee.mitre.org/language/1.0-beta1/core-profile.html

Expected behavior

Extend the config setting so that people can request CEE on the command line.

Actual observed behavior

Debugging Data

(paste your debugging data here)

Log Messages

(paste your log messages here)

SIP Traffic

(paste your sip traffic here)

Possible Solutions

Additional Information

(paste your output here)
(paste your output here)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.