A short tip to show the sqlite table at cmd:
sudo -u kamailio sqlite3 htable.sqlite -cmd "select * from userpush;" .quit
I added also the expires field and enabled it with modparams.
So I can save now the htables manually.
And they are reloaded at start.
But that's not the goal:
Store the values automatically at shutdown.
Bernd