summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/channels.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/channels.json')
-rw-r--r--rest-api/api-docs/channels.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index 39dc4e376..7d22c41fb 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -150,71 +150,6 @@
]
},
{
- "path": "/channels/{channelId}/dial",
- "description": "Create a new channel (originate) and bridge to this channel",
- "operations": [
- {
- "httpMethod": "POST",
- "summary": "Create a new channel (originate) and bridge to this channel.",
- "nickname": "dial",
- "responseClass": "Dialed",
- "parameters": [
- {
- "name": "channelId",
- "description": "Channel's id",
- "paramType": "path",
- "required": true,
- "allowMultiple": false,
- "dataType": "string"
- },
- {
- "name": "endpoint",
- "description": "Endpoint to call. If not specified, dial is routed via dialplan",
- "paramType": "query",
- "required": false,
- "allowMultiple": false,
- "dataType": "string"
- },
- {
- "name": "extension",
- "description": "Extension to dial",
- "paramType": "query",
- "required": false,
- "allowMultiple": false,
- "dataType": "string"
- },
- {
- "name": "context",
- "description": "When routing via dialplan, the context use. If omitted, uses 'default'",
- "paramType": "query",
- "required": false,
- "allowMultiple": false,
- "dataType": "string"
- },
- {
- "name": "timeout",
- "description": "Timeout (in seconds) before giving up dialing, or -1 for no timeout.",
- "paramType": "query",
- "required": false,
- "allowMultiple": false,
- "dataType": "int",
- "defaultValue": 30
- }
- ],
- "errorResponses": [
- {
- "code": 404,
- "reason": "Channel not found"
- },
- {
- "code": 409,
- "reason": "Channel not in a Stasis application"
- }
- ]
- }
- ]
- },
- {
"path": "/channels/{channelId}/continue",
"description": "Exit application; continue execution in the dialplan",
"operations": [