[sr-dev] [kamailio/kamailio] [minor] sip_trace table column type and size issues (#2831)

Anthony Messina notifications at github.com
Tue Aug 24 14:15:04 CEST 2021


In the case of sip_trace, I don't think Kamailio is a consumer of the data it places there, so a simple change to the column type works on my end--that allows other programs to use `convert_from(msg, 'UTF-8')` properly in selecting the output.  It also keep PostgreSQL from using escape encoding on the text field (which is just inefficient).

As I stated, I'll do more digging to see if anything else (other than updating the column type) would need updating in Kamailio (but it doesn't look like it so far).

-- 
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/2831#issuecomment-904584911
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210824/c917d1ab/attachment.htm>


More information about the sr-dev mailing list