Compare commits

...

2 Commits

Author SHA1 Message Date
Sam Machin
7c9c4548a9 add statusHook to redirect 2026-01-16 17:42:45 +00:00
Sam Machin
a91bdf5e25 add config:record type 2026-01-02 14:08:01 +00:00

View File

@@ -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"