Kris Amy writes:

 > Could we get the lcr-create.sql updated to have the ping field?

i just checked and kamailio/branches/1.5/scripts/mysql/lcr-create.sql
does have ping field:

INSERT INTO version (table_name, table_version) values ('gw','9');
CREATE TABLE gw (
    id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
    gw_name VARCHAR(128) NOT NULL,
    grp_id INT UNSIGNED NOT NULL,
    ip_addr VARCHAR(15) NOT NULL,
    hostname VARCHAR(64),
    port SMALLINT UNSIGNED,
    uri_scheme TINYINT UNSIGNED,
    transport TINYINT UNSIGNED,
    strip TINYINT UNSIGNED,
    tag VARCHAR(16) DEFAULT NULL,
    weight INT UNSIGNED,
    ping TINYINT UNSIGNED DEFAULT 0 NOT NULL,
    flags INT UNSIGNED DEFAULT 0 NOT NULL,
    CONSTRAINT gw_name_idx UNIQUE (gw_name)
) ENGINE=MyISAM;

-- juha

_______________________________________________
Kamailio (OpenSER) - Users mailing list
Users@lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
http://lists.openser-project.org/cgi-bin/mailman/listinfo/users

Reply via email to