Feature/incoming refer (#39)

* LCC under Kubernetes must use service name for FS (#35)

* add api to send sip requests on a call (e.g NOTIFY, INFO)
This commit is contained in:
Dave Horton
2022-03-05 15:22:41 -05:00
committed by GitHub
parent 038e1d3917
commit 090bfbce92
6 changed files with 84 additions and 45 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ CREATE TABLE webhooks
(
webhook_sid CHAR(36) NOT NULL UNIQUE ,
url VARCHAR(1024) NOT NULL,
method ENUM("GET","POST") NOT NULL DEFAULT 'POST',
method ENUM("GET","POST","WS") NOT NULL DEFAULT 'POST',
username VARCHAR(255),
password VARCHAR(255),
PRIMARY KEY (webhook_sid)