|
@@ -121,6 +121,7 @@ INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, f
|
|
|
INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, flags, priority, ordering) VALUES ('sw_send_missed', '0', 'boolean', '@ff_send_daily_missed_calls', '32', '0', '1073807616', '130');
|
|
|
INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, flags, priority, ordering, type_spec) VALUES ('uid_format', '2', 'list', '@ff_uid_format', '32', '0', '1073741824', '160', 'a:3:{i:0;s:14:"username@realm";i:1;s:21:"integer (incremental)";i:2;s:15:"UUID by RFC4122";}');
|
|
|
INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, flags, priority, ordering, type_spec) VALUES ('did_format', '2', 'list', '@ff_did_format', '32', '0', '1073741824', '170', 'a:3:{i:0;s:11:"domain name";i:1;s:21:"integer (incremental)";i:2;s:15:"UUID by RFC4122";}');
|
|
|
+INSERT INTO attr_types (name, raw_type, rich_type, description, default_flags, flags, priority, ordering) VALUES ('contact_email', '2', 'email_adr', '@ff_contact_email', '32', '4096', '1073807360', '0');
|
|
|
|
|
|
INSERT INTO version (table_name, table_version) values ('global_attrs','1');
|
|
|
CREATE TABLE global_attrs (
|
|
@@ -193,9 +194,10 @@ CREATE TABLE domain_settings (
|
|
|
|
|
|
);
|
|
|
|
|
|
-INSERT INTO version (table_name, table_version) values ('location','8');
|
|
|
+INSERT INTO version (table_name, table_version) values ('location','9');
|
|
|
CREATE TABLE location (
|
|
|
uid string(64) NOT NULL,
|
|
|
+ aor string(255) NOT NULL,
|
|
|
contact string(255) NOT NULL,
|
|
|
received string(255),
|
|
|
expires datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
|