Asterisk1.4.0+cdr_pgsql.so

Hi all,

I am almost convinced I have a bug here. I an trying to get a complete cdr into postgress via the cdr_pgsql.so module. What I have found is that the schema and docs claim that the fields “start”, “answer” and “end”. should be populated by default, but I have not found a way to fill them in. I have turned on the csv and csv_custom modules and the data is there for all calls. Not so for pgsql.

I see the same behavior in version 1.4.1. CDR(start),CDR(answer) and CDR(end) are read-only variables as far as extensions.conf is concerned and any attempt to set them externally is ignored. Pretty sure this is a bug. :imp: