mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
add support for ms teams
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user