Hi,
I changed the location of the DB kamailio works with. i copied the relevalt tables and changed the relevant names in the cfg file. while trying to load kamailio i realized that it misses the "veresion" table.
first - can someone explain the version table usage?
second, after creating and copying that data from the version table. i tried to load kamailio again and got the follwing:
" DEBUG: carrierroute [cr_db.c:345]: loading, cycle 0 0(24689) ERROR: <core> [daemonize.c:307]: Main process exited before writing to pipe"
any help?
thanks, Uri
OK, the view i used for the carrierroute table had some wrong field types... but still, can someone explain down to details the version table..?
**
On Sun, Feb 5, 2012 at 10:36 AM, Uri Shacked ushacked@gmail.com wrote:
Hi,
I changed the location of the DB kamailio works with. i copied the relevalt tables and changed the relevant names in the cfg file. while trying to load kamailio i realized that it misses the "veresion" table.
first - can someone explain the version table usage?
second, after creating and copying that data from the version table. i tried to load kamailio again and got the follwing:
" DEBUG: carrierroute [cr_db.c:345]: loading, cycle 0 0(24689) ERROR: <core> [daemonize.c:307]: Main process exited before writing to pipe"
any help?
thanks, Uri
On Monday 06 February 2012, Uri Shacked wrote:
OK, the view i used for the carrierroute table had some wrong field types... but still, can someone explain down to details the version table..?
Hi Uri,
the version table enables the server to detect wrong table versions for other modules like lcr, carrierroute etc.. So if you upgrade the server but not adapt the tables and versions it will not start. So its just a mean to track the table versions.
Viele Grüße/ best regards,
Henning Westerholt
thanks a lot :-)
On Mon, Feb 6, 2012 at 12:12 PM, Henning Westerholt hw@kamailio.org wrote:
On Monday 06 February 2012, Uri Shacked wrote:
OK, the view i used for the carrierroute table had some wrong field types... but still, can someone explain down to details the version table..?
Hi Uri,
the version table enables the server to detect wrong table versions for other modules like lcr, carrierroute etc.. So if you upgrade the server but not adapt the tables and versions it will not start. So its just a mean to track the table versions.
Viele Grüße/ best regards,
Henning Westerholt