Feature/sip refer (#44)

* changes to support sip REFER

* implement actionhook

* changes from testing

* minor logging
This commit is contained in:
Dave Horton
2021-11-20 11:39:10 -05:00
committed by GitHub
parent af15449451
commit fe1778e9ae
4 changed files with 117 additions and 1 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",