add support for ms teams

This commit is contained in:
Dave Horton
2020-05-22 19:17:16 -04:00
parent 1d9658905f
commit c663cbd7b2
7 changed files with 87 additions and 36 deletions

View File

@@ -202,7 +202,7 @@
"properties": {
"type": {
"type": "string",
"enum": ["phone", "sip", "user"]
"enum": ["phone", "sip", "user", "teams"]
},
"url": "string",
"method": {
@@ -212,7 +212,8 @@
"name": "string",
"number": "string",
"sipUri": "string",
"auth": "#auth"
"auth": "#auth",
"vmail": "boolean"
},
"required": [
"type"