r2val(): converting STRING [test]
8(18) DEBUG: permissions [address.c:179]: reload_address_db_table(): Number of rows in address table: 3
8(18) DEBUG: permissions [address.c:191]: reload_address_db_table(): failure during checks of database value 1 (group) in address table
8(18) ERROR: permissions [address.c:233]: reload_address_db_table(): database problem - invalid record

mysql> desc ka_address;
+---------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+-------+
| id | double | NO | | 0 | |
| grp | bigint | NO | | 0 | |
| ip_addr | varchar(64) | YES | | NULL | |
| mask | bigint | NO | | 0 | |
| port | bigint | NO | | 0 | |
| tag | varchar(4) | NO | | | |
+---------+-------------+------+-----+---------+-------+

when address table use bigint for grp,error happened when load address data


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3922@github.com>