Added extension field to gateway. Create server object when a new connection is created
[ipypbx] / src / ipypbx / create.sql
index c587abf..3d43168 100644 (file)
@@ -38,6 +38,7 @@ CREATE TABLE "ipypbxweb_gateway" (
     "password" varchar(100) NOT NULL,
     "realm" varchar(100) NOT NULL,
     "from_domain" varchar(100) NOT NULL,
+    "extension" varchar(100) NOT NULL,
     "expire_in_seconds" integer unsigned NOT NULL,
     "retry_in_seconds" integer unsigned NOT NULL,
     "caller_id_in_from_field" bool NOT NULL,