[Home]

Summary:ASTERISK-14658: Cannot Disable logging of uniqueid
Reporter:rootforce (rootforce)Labels:
Date Opened:2009-08-14 16:42:34Date Closed:2011-06-07 14:07:56
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/cdr_mysql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I am not able to disable the logging of uniqueid into the mysql table. The field exists in the table, but I want to use my own autoincrement value. I have tried setting loguniqueid=no in cdr.conf and cdr_mysql.conf. I have also tried to map the uniqueid to another field in this case it inserted uniqueid into both the uniqueid field and the field I specified. There does not appear to be the option to change this at compile time like in 1.2. I have been unable to find any documentation on this topic pertaining to 1.6.
Comments:By: Leif Madsen (lmadsen) 2009-08-17 12:41:55

Per Tilghman on IRC:

"If you look at the sample config, loguniqueid is only in the [csv] and [radius] sections of cdr.conf"

loguniqueid=<yes|no> does not apply to any other backends. Closing issue.

By: Tilghman Lesher (tilghman) 2009-08-17 12:42:54

Additionally, 1.6 is adaptive.  If you want a different field, ADD that different field and REMOVE the uniqueid field.