Hi all
Just installed a kamailio 5.4.1 for a simple proxy scenario.
I created the version,address and trusted tables, and added some ips to the trusted via kamctl.
If I execute "kamctl trusted show" I see the list of servers. But with "kamctl trusted dump" I receive
{ "jsonrpc": "2.0", "error": { "code": 500, "message": "No trusted table" }, "id": 13063 }
when I start kamailio with debug I see these messages:
b_do_submit_query(): submitted query: select `table_version` from `version` where `table_name`='trusted', result 0
my version table looks like this:
+----+------------+---------------+ | id | table_name | table_version | +----+------------+---------------+ | 1 | version | 1 | | 2 | trusted | 6 | | 3 | address | 6 | +----+------------+---------------+
any hints?
cheers,
Jon