[Asterisk-Users] MtSQL CDR logging
Gavin Hamill
gdh at acentral.co.uk
Thu Nov 6 04:35:46 MST 2003
On Thu, 2003-11-06 at 11:16, WipeOut wrote:
> It would appear that the "uniqueid" field is not being populated in the
> MySQL CDR DB.. Is this an obsolete field or is a bug?
I have never looked at this package so I've never read any docs for it,
buy my guess is you need to set the 'uniqueid' column to have flag
"auto_increment". Then every time a new record is added, no value is set
for this field, because MySQL will allocate a new unique value
automatically.
cheers,
Gavin.
More information about the asterisk-users
mailing list