[Asterisk-Users] Odbc not logging

Florian Overkamp florian at obsimref.com
Fri Jan 16 06:08:57 MST 2004


Hi,

> -----Original Message-----
> either turn  loguniqueid=off or add a field userfield to your 
> sql table ( i made it varchar 20 since i could not find any 
> information ;) after the loguniqueid field in the db.

Yes!

mysql> alter table cdr add column userfield varchar(255) not null after
uniqueid;

Solved my issue.

Thanks

Florian





More information about the asterisk-users mailing list