Index: cdr/cdr_addon_mysql.c =================================================================== --- cdr/cdr_addon_mysql.c (revision 878) +++ cdr/cdr_addon_mysql.c (working copy) @@ -269,6 +269,7 @@ !strcmp(cdrname, "amaflags")) && (strstr(entry->type, "int") || strstr(entry->type, "dec") || + strstr(entry->type, "enum") || strstr(entry->type, "float") || strstr(entry->type, "double") || strstr(entry->type, "real") ||