Re: [SR-Users] Kamailio presence shared DB_text

2015-09-20 Thread Daniel-Constantin Mierla
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

Re: [SR-Users] Kamailio presence shared DB_text

2015-09-20 Thread Ewgeny
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

Re: [SR-Users] Kamailio presence shared DB_text

2015-09-17 Thread Daniel-Constantin Mierla
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