Module: kamailio Branch: master Commit: 3acd55dab7c68e50eee69e54908dff57695676fb URL: https://github.com/kamailio/kamailio/commit/3acd55dab7c68e50eee69e54908dff57695676fb
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: 2016-04-21T22:11:08+02:00 uri_db Change the table version to synch with auth_db --- Modified: modules/uri_db/uridb_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/3acd55dab7c68e50eee69e54908dff57695676fb.diff Patch: https://github.com/kamailio/kamailio/commit/3acd55dab7c68e50eee69e54908dff57695676fb.patch --- diff --git a/modules/uri_db/uridb_mod.c b/modules/uri_db/uridb_mod.c index e0284c8..cf9f582 100644 --- a/modules/uri_db/uridb_mod.c +++ b/modules/uri_db/uridb_mod.c @@ -38,10 +38,11 @@ MODULE_VERSION /* * Version of domain table required by the module, * increment this value if you change the table in - * an backwards incompatible way + * an backwards incompatible way. The subscriber + * table version needs to be the same as auth_db use. */ #define URI_TABLE_VERSION 1 -#define SUBSCRIBER_TABLE_VERSION 8 +#define SUBSCRIBER_TABLE_VERSION 6 /* From auth_db */ static void destroy(void); /* Module destroy function */ static int child_init(int rank); /* Per-child initialization function */ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
