Hello,
some information is still cached for some processing in presence
modules. Not sure to what extent you can rely on sharing everything via
database, maybe t_replicate will help for the rest of the cases.
I think posgress is the db that has the most features needed by presence
modules for sha
Thanks for the reply Daniel.
But is that possible to use the same Presence DB with multiple Kamailio's ?
If i'll use same postgres DB with multiple Kamailio's - it'll cause DB
locks and other issues ?
What is the best way to do SUBSCRIBE presence replications - maybe via
SIP (to replicate eve
Hello,
db_text is not a database engine with a replication mechanism, it is
just some basic DB API emulator using text files as storage. At runtime
all the records are in memory, so no sharing between instances is possible.
If you need replication/shared db, go for the well known ones like mysql