Thanks Daniel,
> can you switch to nightly builds from branch 3.2 just to be sure it is not related to something that was fixed since 3.2.0 was released?
I’ve switched and now have installed 3.2.1, and moved to sqlite too.
I’ve spent some time to verify a change in behaviour, but I’m observing the same.
Registering with a different device (e.g. sipp) gives the same result.
> db_text is not really suitable for dealing with large data and write to disk when the sip server is shut down, maybe it is better to use db_sqlite for this case, at least you can check the content of the db table with sqlite tools.
My current goal is a proof of concept so I’m not concerned about performances – am I right in thinking that the problem in finding the presentity in pua’s hash table is independent from the DB usage, or may it have an impact?