feat: add protocol to sip-gateways (#166)

* feat: add protocol to sip-gateways

* add tls/srtp options

* fix sql

* update db script has new changes

---------

Co-authored-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
Hoan Luu Huu
2023-05-11 02:41:39 +07:00
committed by GitHub
parent f79f96b884
commit 3486ff958c
5 changed files with 104 additions and 49 deletions
+4
View File
@@ -58,6 +58,10 @@ SipGateway.fields = [
{
name: 'application_sid',
type: 'string'
},
{
name: 'protocol',
type: 'string'
}
];