Unfortunately I see the same issue with those two commits backported to 5.6:
```
kamailio[352625]: INFO: acc [acc_cdr.c:392]: log_write_cdr(): start_time=14.234;
end_time=14.234; duration=14.234;
callid=201768_rel174ZTA3ODQyZWYyOTBmYWY4NTg3M2ZlZjI5M2I1MmM4NWU;
```
```
kamailio=# SELECT id, start_time, end_time, duration, callid FROM acc_cdrs ORDER BY id
DESC LIMIT 1;
id | start_time | end_time | duration |
callid
-------+---------------------+---------------------+----------+----------------------------------------------------------
24869 | 1969-12-31 18:00:14 | 1969-12-31 18:00:14 | 14.234 |
201768_rel174ZTA3ODQyZWYyOTBmYWY4NTg3M2ZlZjI5M2I1MmM4NWU
(1 row)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3243#issuecomment-1251016349
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3243/1251016349(a)github.com>