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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3922
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to