Hi Jeff, Jeff Pyle wrote: > Hello, > > There was a post a little while back where the goal was to have two Opensips > instances instances use one location table, but have each Opensips instance > load only its own records. > > My application is slightly different. I'd like either Opensips instance to > load any record from any Opensips instance and use it as its own. > so like multiple opensips sharing the same location content (read / write) via a single DB table ? For this use the db_mode 3 (DB_ONLY) to avoid caching. > It seems this is possible using two things: > mhomed=1 > force_send_socket(<local-IP>:5060); > not really - that is for opensips running on multiple IP addresses (multiple listeners) in different networks.
Regards, Bogdan > Is it really this simple, or am I missing something? > > > > - Jeff > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > -- Bogdan-Andrei Iancu www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
