Add new fields in CDR table, cdr_pgsql

I have a problem, I use cdr_pgsql.conf, and I add two new fields in CDR table, but when call finish dont save in database, that thow fields keep whitout values, and not insert into database, can you help me

How are you inserting those values on your CDR did you verify those variables hold a value using the Noop() app

I add this line in my dialplan same => n, Set(CDR(src_mark_as_deleted)=false), src_mark_as_deleted is the new field in CDR table

Try restarting Asterisk ?

Change by this
same => n, Set(CDR(src_mark_as_deleted)=false)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.