Module: kamailio Branch: master Commit: 890ed84633011f6225aa00faecd228cc07f6205e URL: https://github.com/kamailio/kamailio/commit/890ed84633011f6225aa00faecd228cc07f6205e
Author: Tyler Moore <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-11-17T13:18:08+01:00 lib: srdb1 - update acc_cdrs schema - add support for microsecond precision in duration --- Modified: src/lib/srdb1/schema/acc_cdrs.xml --- Diff: https://github.com/kamailio/kamailio/commit/890ed84633011f6225aa00faecd228cc07f6205e.diff Patch: https://github.com/kamailio/kamailio/commit/890ed84633011f6225aa00faecd228cc07f6205e.patch --- diff --git a/src/lib/srdb1/schema/acc_cdrs.xml b/src/lib/srdb1/schema/acc_cdrs.xml index b924d97885b..288f50aba85 100644 --- a/src/lib/srdb1/schema/acc_cdrs.xml +++ b/src/lib/srdb1/schema/acc_cdrs.xml @@ -9,7 +9,7 @@ <table id="acc_cdrs" xmlns:db="http://docbook.org/ns/docbook"> <name>acc_cdrs</name> - <version>2</version> + <version>3</version> <type db="db_mysql">&MYSQL_TABLE_TYPE;</type> <description> <db:para>This table is used by the ACC module to report on CDRs relying @@ -49,7 +49,7 @@ <column> <name>duration</name> <type>float</type> - <size>10,3</size> + <size>13,6</size> <description>Duration</description> <default>0</default> </column> _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
