Hello all,
I want to use realtime architecture kamailio 3.1 + asterisk 1.6.2 described at http://kb.asipto.com/asterisk:realtime:kamailio-3.1.x-asterisk-1.6.2-astdb, but use it with another softswitch (it also use mysql db for configuration). If it possible please answer for several questions:
1. What is "#!define WITH_ASTERISK" option doing ? Does it only use for: - load uac module - read login\passw table info - some routing cases or there are some else jobs ? Maybe there is some description for "#!define WITH_ASTERISK" ?
2. What else fields of asterisk realtime table (except username\sippasswd) kamailio uses for integration ?
3. From integration manual: " CREATE TABLE version ( table_name VARCHAR(32) NOT NULL, table_version INT UNSIGNED DEFAULT 0 NOT NULL ); INSERT INTO version (table_name, table_version) VALUES ('sipusers','6'); " For what purposes this table used ? How to change it for using with another softswitch ?