mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-03-26 13:59:02 +00:00
Compare commits
2 Commits
v0.0.122
...
recording_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c9c4548a9 | ||
|
|
a91bdf5e25 |
@@ -534,6 +534,11 @@
|
||||
"type": "string",
|
||||
"enum": ["startCallRecording", "stopCallRecording", "pauseCallRecording", "resumeCallRecording"]
|
||||
},
|
||||
"type" : {
|
||||
"type" : "string",
|
||||
"enum" : ["cloud", "siprec"]
|
||||
|
||||
},
|
||||
"recordingID": "string",
|
||||
"siprecServerURL": "string|array",
|
||||
"headers": "object"
|
||||
@@ -545,7 +550,8 @@
|
||||
"redirect": {
|
||||
"properties": {
|
||||
"id": "string",
|
||||
"actionHook": "object|string"
|
||||
"actionHook": "object|string",
|
||||
"statusHook": "obejct|string"
|
||||
},
|
||||
"required": [
|
||||
"actionHook"
|
||||
|
||||
Reference in New Issue
Block a user