I compiled a fresh Asterisk 13.18 certified with res_config_sqlite.
I configured following:
extconfig.conf
[settings]
sippeers => sqlite,asterisk,ast_config
res_config_sqlite.conf
[general]
dbfile => /home/myuser/database.db
On Bootup it gives the following error:
[May 29 17:07:14] WARNING[32444]: res_config_sqlite.c:1206
realtime_multi_handler: no such table: ast_config
Is the sqlite module deprecated or is my configuration wrong? Couldn't
really find any documentation on that topic. The table ast_config is
definitely present in the sqlite file.