summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/events.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/events.json')
-rw-r--r--rest-api/api-docs/events.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/rest-api/api-docs/events.json b/rest-api/api-docs/events.json
index 5e115fbd2..a0f70fa68 100644
--- a/rest-api/api-docs/events.json
+++ b/rest-api/api-docs/events.json
@@ -285,6 +285,11 @@
"required": true,
"type": "Channel"
},
+ "transferee": {
+ "description": "The channel that is being transferred",
+ "required": false,
+ "type": "Channel"
+ },
"exten": {
"description": "The extension transferred to",
"required": true,
@@ -325,6 +330,21 @@
"required": true,
"type": "Channel"
},
+ "replace_channel": {
+ "description": "The channel that is replacing transferer_first_leg in the swap",
+ "required": false,
+ "type": "Channel"
+ },
+ "transferee": {
+ "description": "The channel that is being transferred",
+ "required": false,
+ "type": "Channel"
+ },
+ "transfer_target": {
+ "description": "The channel that is being transferred to",
+ "required": false,
+ "type": "Channel"
+ },
"result": {
"description": "The result of the transfer attempt",
"required": true,
@@ -670,6 +690,10 @@
"channel": {
"required": true,
"type": "Channel"
+ },
+ "replace_channel": {
+ "required": false,
+ "type": "Channel"
}
}
},