diff --git a/db/jambones-sql.sql b/db/jambones-sql.sql
index 927ae5d..5150a8e 100644
--- a/db/jambones-sql.sql
+++ b/db/jambones-sql.sql
@@ -134,6 +134,8 @@ CREATE TABLE IF NOT EXISTS `service_providers`
`description` VARCHAR(255),
`root_domain` VARCHAR(255) UNIQUE ,
`registration_hook` VARCHAR(255),
+`hook_basic_auth_user` VARCHAR(255),
+`hook_basic_auth_password` VARCHAR(255),
PRIMARY KEY (`service_provider_sid`)
) ENGINE=InnoDB COMMENT='An organization that provides communication services to its ';
@@ -162,6 +164,8 @@ CREATE TABLE IF NOT EXISTS `accounts`
`sip_realm` VARCHAR(255) UNIQUE ,
`service_provider_sid` CHAR(36) NOT NULL,
`registration_hook` VARCHAR(255),
+`hook_basic_auth_user` VARCHAR(255),
+`hook_basic_auth_password` VARCHAR(255),
PRIMARY KEY (`account_sid`)
) ENGINE=InnoDB COMMENT='A single end-user of the platform';
diff --git a/db/jambones.sqs b/db/jambones.sqs
index 0e7ef63..2f6d6db 100644
--- a/db/jambones.sqs
+++ b/db/jambones.sqs
@@ -348,12 +348,12 @@
- 667.00
- 168.00
+ 664.00
+ 205.00
289.00
- 120.00
+ 160.00
10
@@ -403,6 +403,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -892,7 +902,7 @@
653.00
- 413.00
+ 443.00
345.00
@@ -978,7 +988,7 @@
293.00
- 120.00
+ 160.00
9
@@ -1017,6 +1027,16 @@
+
+
+
+
+
+
+
+
+
+