Hi,
I need to use something like this (openser on a pc with 2 network cards):
http://www.voip-info.org/wiki/index.php?page=SER+example+outboundproxy
since I couldn't find any documentation to properly create a "location_external" table, I followed this procedure:
http://www.tutorialspoint.com/mysql/mysql-clone-tables.htm
Now I have the table I need, but when I start openser I get this error:
Jul 30 15:49:32 [8374] ERROR:usrloc:register_udomain: Invalid table version (use openser_mysql.sh reinstall)
Jul 30 15:49:32 [8374] ERROR:registrar:domain_fixup: failed to register domain
Jul 30 15:49:32 [8374] ERROR:core:fix_actions: fixing failed (code=-1) at cfg line 451
Jul 30 15:49:32 [8374] CRITICAL:core:fix_expr: fix_actions error
Jul 30 15:49:32 [8374] ERROR:core:main: failed to fix configuration with err code -1
Jul 30 15:49:32 [8374] NOTICE:presence:destroy: destroy module ...
How can I make Openser happy to accept my new table?
Diego