add support for sip refer

This commit is contained in:
Dave Horton
2021-11-19 15:48:19 -05:00
parent c5997829e5
commit 266f2b2b2e
2 changed files with 13 additions and 1 deletions
+12
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",