changes to support sip REFER

This commit is contained in:
Dave Horton
2021-11-19 15:45:46 -05:00
parent af15449451
commit ec4f23ffec
3 changed files with 86 additions and 0 deletions

View File

@@ -9,6 +9,18 @@
"status"
]
},
"sip:refer": {
"properties": {
"referTo": "string",
"referredBy": "string",
"headers": "object",
"actionHook": "object|string",
"eventHook": "object|string"
},
"required": [
"referTo"
]
},
"dequeue": {
"properties": {
"name": "string",