Hello guys,
I am trying to get the CDRs generated in JSON format just as acc_json module does for transactions accounting, but for now I didn't find a way to do this directly from Kamailio. Please correct me if I am wrong.
As far as I understood from the code, acc_json and other modules extending the acc itself are based on the
acc_engine structure that contains different function pointers. acc module, by means of
acc_run_engines() then calls the appropriate functions in various places.
The programming solutions are at least:
Is there an implementation preference you see in order to attain this CDR as JSON? Do you have any suggestions?
Thank you,
Lucian Balaceanu