On 06/21/2011 12:55 PM, Daniel-Constantin Mierla
wrote:
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 ?
This table is required by kamailio to check the version of
tables
used internally - default one for this case would be subscriber
table, but since it connects to asterisk database and uses instead
the sipusers table, it has to be able to see that the version for
sipusers table structure is 6.
Cheers,
Daniel
Daniel, thanx for your help and wonderful software!
I want to use different table structure (non asterisk) for
integration, and the questions are:
- what sipusers table fields it uses (only username\sippasswd or some
else)
- where kamailio save registration information (in
sipusers or in
another own table)
it keeps in its own 'location' table located in openser
database.
Cheers,
Daniel
--
Daniel-Constantin Mierla --