CREATE TABLE IF NOT EXISTS `voicemail_users` ( `uniqueid` int(11) NOT NULL auto_increment, `customer_id` varchar(11) NOT NULL default '0', `context` varchar(50) NOT NULL default '', `mailbox` varchar(20) NOT NULL default '0', `password` varchar(8) NOT NULL default '0', `fullname` varchar(150) NOT NULL default '', `email` varchar(50) NOT NULL default '', `pager` varchar(50) NOT NULL default '', `tz` varchar(10) NOT NULL default 'central', `attach` varchar(4) NOT NULL default 'yes', `saycid` varchar(4) NOT NULL default 'yes', `dialout` varchar(10) NOT NULL default '', `callback` varchar(10) NOT NULL default '', `review` varchar(4) NOT NULL default 'no', `operator` varchar(4) NOT NULL default 'no', `envelope` varchar(4) NOT NULL default 'no', `sayduration` varchar(4) NOT NULL default 'no', `saydurationm` tinyint(4) NOT NULL default '1', `sendvoicemail` varchar(4) NOT NULL default 'no', `delete` varchar(4) NOT NULL default 'no', `nextaftercmd` varchar(4) NOT NULL default 'yes', `forcename` varchar(4) NOT NULL default 'no', `forcegreetings` varchar(4) NOT NULL default 'no', `hidefromdir` varchar(4) NOT NULL default 'yes', `stamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`uniqueid`), KEY `mailbox_context` (`mailbox`,`context`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=431 ; INSERT INTO `voicemail_users` (`uniqueid`, `customer_id`, `context`, `mailbox`, `password`, `fullname`, `email`, `pager`, `tz`, `attach`, `saycid`, `dialout`, `callback`, `review`, `operator`, `envelope`, `sayduration`, `saydurationm`, `sendvoicemail`, `delete`, `nextaftercmd`, `forcename`, `forcegreetings`, `hidefromdir`, `stamp`) VALUES (2, '0', 'default', '1006', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (4, '0', 'default', '1041', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (5, '0', 'default', '1042', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (6, '0', 'default', '1043', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (7, '0', 'default', '1046', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (8, '0', 'default', '1047', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (9, '0', 'default', '1048', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (10, '0', 'default', '1141', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (11, '0', 'default', '1142', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (12, '0', 'default', '1143', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (14, '0', 'default', '1146', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (16, '0', 'default', '1148', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (17, '0', 'default', '1149', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (18, '0', 'default', '1150', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (19, '0', 'default', '1151', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (20, '0', 'default', '1154', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (21, '0', 'default', '1155', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (22, '0', 'default', '1156', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (23, '0', 'default', '1157', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (24, '0', 'default', '1158', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (25, '0', 'default', '1159', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (26, '0', 'default', '1160', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (29, '0', 'default', '1164', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (30, '0', 'default', '1165', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (31, '0', 'default', '1167', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (32, '0', 'default', '1168', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (33, '0', 'default', '1169', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (36, '0', 'default', '1175', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (39, '0', 'default', '1179', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (40, '0', 'default', '1180', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (41, '0', 'default', '1181', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (42, '0', 'default', '1182', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (44, '0', 'default', '1185', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (45, '0', 'default', '1187', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (46, '0', 'default', '1188', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (47, '0', 'default', '1190', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (48, '0', 'default', '1191', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (49, '0', 'default', '1508', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (50, '0', 'default', '1509', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (51, '0', 'default', '1512', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (52, '0', 'default', '1513', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (53, '0', 'default', '1514', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (54, '0', 'default', '1515', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (55, '0', 'default', '1517', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (56, '0', 'default', '1518', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (59, '0', 'default', '1526', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (60, '0', 'default', '1527', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (61, '0', 'default', '1529', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (62, '0', 'default', '1536', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (63, '0', 'default', '1539', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (64, '0', 'default', '1541', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (65, '0', 'default', '1557', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (66, '0', 'default', '1576', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (67, '0', 'default', '1577', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (69, '0', 'default', '1582', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (71, '0', 'default', '1593', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (72, '0', 'default', '1595', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (73, '0', 'default', '1596', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (74, '0', 'default', '1597', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (75, '0', 'default', '1599', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (77, '0', 'default', '1602', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (78, '0', 'default', '1604', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (79, '0', 'default', '1605', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (80, '0', 'default', '1606', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (81, '0', 'default', '1607', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (82, '0', 'default', '1608', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (83, '0', 'default', '1610', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (84, '0', 'default', '1611', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (87, '0', 'default', '1614', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (88, '0', 'default', '1615', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (90, '0', 'default', '1617', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (91, '0', 'default', '1618', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (92, '0', 'default', '1619', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (93, '0', 'default', '1621', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (95, '0', 'default', '1623', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (96, '0', 'default', '1630', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (98, '0', 'default', '1633', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (100, '0', 'default', '1640', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (103, '0', 'default', '1645', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (106, '0', 'default', '1662', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (108, '0', 'default', '1670', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (109, '0', 'default', '1603', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (110, '0', 'default', '1609', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (113, '0', 'default', '1627', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (115, '0', 'default', '1634', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (116, '0', 'default', '1601', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (117, '0', 'default', '1636', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (118, '0', 'default', '1655', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (119, '0', 'default', '4000', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (120, '0', 'default', '1186', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (121, '0', 'default', '1044', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (123, '0', 'default', '1666', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (124, '0', 'default', '1540', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (125, '0', 'default', '1234', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (126, '0', 'default', '1045', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (127, '0', 'default', '100001', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (128, '0', 'default', '100002', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (130, '0', 'default', '1235', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (132, '0', 'default', '7654', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (134, '0', 'default', '1173', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (136, '0', 'default', '1195', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (138, '0', 'default', '1648', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (139, '0', 'default', '1657', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (140, '0', 'default', '100380', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (141, '0', 'default', '100382', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (142, '0', 'default', '100381', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (143, '0', 'default', '100371', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (144, '0', 'default', '100373', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (145, '0', 'default', '100375', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (146, '0', 'default', '100376', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (147, '0', 'default', '100377', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (148, '0', 'default', '100378', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (149, '0', 'default', '100379', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (150, '0', 'default', '100384', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (151, '0', 'default', '100383', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (152, '0', 'default', '100107', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (153, '0', 'default', '100385', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (154, '0', 'default', '100103', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (155, '0', 'default', '100164', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (156, '0', 'default', '100359', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (157, '0', 'default', '100088', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (158, '0', 'default', '100011', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (160, '0', 'default', '100289', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (161, '0', 'default', '100370', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (162, '0', 'default', '100340', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (163, '0', 'default', '100168', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (164, '0', 'default', '100074', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (165, '0', 'default', '100361', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (166, '0', 'default', '100277', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (167, '0', 'default', '100364', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (168, '0', 'default', '100363', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (169, '0', 'default', '100362', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (170, '0', 'default', '100360', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (171, '0', 'default', '100046', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (172, '0', 'default', '100043', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (173, '0', 'default', '100355', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (174, '0', 'default', '100353', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (175, '0', 'default', '100352', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (176, '0', 'default', '100354', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (177, '0', 'default', '100350', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (178, '0', 'default', '100349', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (179, '0', 'default', '100101', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (180, '0', 'default', '100348', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (181, '0', 'default', '100159', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (182, '0', 'default', '100134', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (183, '0', 'default', '100369', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (184, '0', 'default', '100259', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (185, '0', 'default', '100111', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (186, '0', 'default', '100343', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (187, '0', 'default', '100271', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (188, '0', 'default', '100387', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (190, '0', 'default', '100388', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (191, '0', 'default', '100346', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (192, '0', 'default', '1671', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (193, '0', 'default', '1672', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (195, '0', 'default', '1674', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (197, '0', 'default', '1676', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (200, '0', 'default', '1556', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (201, '0', 'default', '100389', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (203, '0', 'default', '1632', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (204, '0', 'default', '2188', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (205, '0', 'default', '2189', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (206, '0', 'default', '2191', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (207, '0', 'default', '100390', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (208, '0', 'default', '1193', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (210, '0', 'default', '1698', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (213, '0', 'default', '1554', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (215, '0', 'default', '1680', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (216, '0', 'default', '1685', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (217, '0', 'default', '1620', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (219, '0', 'default', '1551', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (220, '0', 'default', '1552', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (221, '0', 'default', '1553', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (222, '0', 'default', '100394', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (223, '0', 'default', '1555', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (224, '0', 'default', '1801', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (225, '0', 'default', '1802', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (226, '0', 'default', '100395', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (227, '0', 'default', '100396', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (229, '0', 'default', '100397', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (230, '0', 'default', '1511', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (233, '0', 'default', '1813', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (234, '0', 'default', '1814', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (237, '0', 'default', '1812', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (238, '0', 'default', '100399', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (239, '0', 'default', '1659', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (240, '0', 'default', '1516', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (241, '0', 'default', '1817', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (242, '0', 'default', '1818', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (243, '0', 'default', '1819', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (244, '0', 'default', '1820', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (245, '0', 'default', '1821', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (246, '0', 'default', '1822', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (247, '0', 'default', '1823', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (248, '0', 'default', '1824', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (249, '0', 'default', '100392', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (250, '0', 'default', '100398', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (251, '0', 'default', '100400', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (257, '0', 'default', '1501', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (258, '0', 'default', '1506', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (261, '0', 'default', '1504', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (262, '0', 'default', '100403', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (264, '0', 'default', '1803', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (266, '0', 'default', '100406', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (267, '0', 'default', '100407', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (268, '0', 'default', '1051', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (269, '0', 'default', '1624', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (270, '0', 'default', '100409', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (271, '0', 'default', '100410', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (272, '0', 'default', '1550', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (273, '0', 'default', '100411', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (274, '0', 'default', '1520', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (283, '0', 'default', '1626', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (285, '0', 'default', '1830', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (286, '0', 'default', '1826', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (287, '0', 'default', '1827', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (288, '0', 'default', '1828', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (289, '0', 'default', '1829', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (290, '0', 'default', '1531', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (291, '0', 'default', '1049', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (292, '0', 'default', '1050', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (293, '0', 'default', '1503', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (294, '0', 'default', '1578', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (295, '0', 'default', '1580', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (296, '0', 'default', '1800', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (298, '0', 'default', '1805', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (299, '0', 'default', '1855', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (301, '0', 'default', '100413', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (302, '0', 'default', '1804', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (303, '0', 'default', '1232', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (304, '0', 'default', '1628', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (305, '0', 'default', '1152', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (306, '0', 'default', '1153', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (307, '0', 'default', '100416', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (308, '0', 'default', '1040', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (309, '0', 'default', '100417', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (310, '0', 'default', '1052', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (311, '0', 'default', '1053', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (312, '0', 'default', '1163', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (313, '0', 'default', '1166', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (314, '0', 'default', '1524', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (315, '0', 'default', '3514', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (316, '0', 'default', '3515', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (317, '0', 'default', '100418', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (318, '0', 'default', '100419', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (319, '0', 'default', '1170', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (320, '0', 'default', '1519', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (321, '0', 'default', '100420', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (322, '0', 'default', '1171', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (323, '0', 'default', '1598', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (324, '0', 'default', '1178', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (325, '0', 'default', '1664', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (326, '0', 'default', '100422', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (327, '0', 'default', '1054', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (328, '0', 'default', '1808', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (329, '0', 'default', '1816', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (330, '0', 'default', '100424', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (331, '0', 'default', '1594', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (332, '0', 'default', '100425', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (333, '0', 'default', '1701', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (334, '0', 'default', '100426', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (335, '0', 'default', '100427', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (336, '0', 'default', '1055', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (337, '0', 'default', '1612', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (338, '0', 'default', '1629', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (339, '0', 'default', '1140', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'); INSERT INTO `voicemail_users` (`uniqueid`, `customer_id`, `context`, `mailbox`, `password`, `fullname`, `email`, `pager`, `tz`, `attach`, `saycid`, `dialout`, `callback`, `review`, `operator`, `envelope`, `sayduration`, `saydurationm`, `sendvoicemail`, `delete`, `nextaftercmd`, `forcename`, `forcegreetings`, `hidefromdir`, `stamp`) VALUES (340, '0', 'default', '1144', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (341, '0', 'default', '1145', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (342, '0', 'default', '1147', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (343, '0', 'default', '1161', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (344, '0', 'default', '1162', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (345, '0', 'default', '1172', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (346, '0', 'default', '1174', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (347, '0', 'default', '1806', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (348, '0', 'default', '1807', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (349, '0', 'default', '1809', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (350, '0', 'default', '1810', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (351, '0', 'default', '1811', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (352, '0', 'default', '1815', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (353, '0', 'default', '100431', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (354, '0', 'default', '1613', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (355, '0', 'default', '1825', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (356, '0', 'default', '1831', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (357, '0', 'default', '1832', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (358, '0', 'default', '1176', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (359, '0', 'default', '1184', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (362, '0', 'default', '1559', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (363, '0', 'default', '100432', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (364, '0', 'default', '1177', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (365, '0', 'default', '1183', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (366, '0', 'default', '1189', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (367, '0', 'default', '100433', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (368, '0', 'default', '1644', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (369, '0', 'default', '1500', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (370, '0', 'default', '1192', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (371, '0', 'default', '100434', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (372, '0', 'default', '100435', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (376, '0', 'default', '100436', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (377, '0', 'default', '1833', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (378, '0', 'default', '1616', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (379, '0', 'default', '1834', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (380, '0', 'default', '1836', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (381, '0', 'default', '1837', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (382, '0', 'default', '1838', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (383, '0', 'default', '100437', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (384, '0', 'default', '100438', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (386, '0', 'default', '100439', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (387, '0', 'default', '1839', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (388, '0', 'default', '1840', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (389, '0', 'default', '1642', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (390, '0', 'default', '100440', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (391, '0', 'default', '1841', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (392, '0', 'default', '1647', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (393, '0', 'default', '1522', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (395, '0', 'default', '100441', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (396, '0', 'default', '1650', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (397, '0', 'default', '100442', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (404, '0', 'default', '100444', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (405, '0', 'default', '100443', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (406, '0', 'default', '1101', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (407, '0', 'default', '100445', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (408, '0', 'default', '1525', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (409, '0', 'default', '100446', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (410, '0', 'default', '100447', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (411, '0', 'default', '1639', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (412, '0', 'default', '1622', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (413, '0', 'default', '100448', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (414, '0', 'default', '100449', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (415, '0', 'default', '1631', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (416, '0', 'default', '100450', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (417, '0', 'default', '1102', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (418, '0', 'default', '100451', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (419, '0', 'default', '100453', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (420, '0', 'default', '100454', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (421, '0', 'default', '100455', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (422, '0', 'default', '100456', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (423, '0', 'default', '100457', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (424, '0', 'default', '100458', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (425, '0', 'default', '100459', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (426, '0', 'default', '100460', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (427, '0', 'default', '1523', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (428, '0', 'default', '1530', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20'), (429, '0', 'default', '100461', '1234', 'test', 'test@test.com', '', 'pacific', 'yes', 'yes', '', '', 'no', 'no', 'no', 'no', 1, 'no', 'no', 'yes', 'no', 'no', 'no', '2011-06-28 10:36:20');