Hi all
I'm sharing a location table between two kamailio 3.3 and kamailio 4.2 servers. Table versions are 5 and 6 but I don't know how to skip table version checking to prevent one of them from running.
Any tips?
thanks,
Jon
Hello,
in 4.2 there is a global parameter to set the version table name, so you can create another table with different name where you can put the appropriate version values.
Cheers, Daniel
On 31/03/15 02:12, Jon Bonilla (Manwe) wrote:
Hi all
I'm sharing a location table between two kamailio 3.3 and kamailio 4.2 servers. Table versions are 5 and 6 but I don't know how to skip table version checking to prevent one of them from running.
Any tips?
thanks,
Jon
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
El Tue, 31 Mar 2015 11:48:55 +0200 Daniel-Constantin Mierla miconda@gmail.com escribió:
Hello,
in 4.2 there is a global parameter to set the version table name, so you can create another table with different name where you can put the appropriate version values.
Thanks Daniel. This seems to be what I'm looking for. I didn't find it in the core coockbook. It's not documented AFAICS.
I added version_table="version42" to the script and kamailio could run. Now I'll check if everything runs smooth.
cheers,
Jon