added support for sip:request verb, used to send SIP INFO/NOTIFY etc during call (#116)

This commit is contained in:
Dave Horton
2022-06-15 13:31:32 -04:00
committed by GitHub
parent 05d6c8d467
commit 12ad7e556f
10 changed files with 236 additions and 0 deletions

View File

@@ -9,6 +9,17 @@
"status"
]
},
"sip:request": {
"properties": {
"method": "string",
"body": "string",
"headers": "object",
"actionHook": "object|string"
},
"required": [
"method"
]
},
"sip:refer": {
"properties": {
"referTo": "string",