From 609c42c854c8880548571241b893604c02d513d4 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Wed, 26 Jun 2013 19:29:57 +0000 Subject: ARI: Add support for continuing to a different location in dialplan. This allows going elsewhere in the dialplan, so that the location can be specified after exiting the Stasis application. (closes issue ASTERISK-21870) Review: https://reviewboard.asterisk.org/r/2644/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392987 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/channels.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'rest-api/api-docs/channels.json') diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index 4b35f155e..d097267e7 100644 --- a/rest-api/api-docs/channels.json +++ b/rest-api/api-docs/channels.json @@ -207,6 +207,30 @@ "required": true, "allowMultiple": false, "dataType": "string" + }, + { + "name": "context", + "description": "The context to continue to.", + "paramType": "query", + "required": false, + "allowMultiple": false, + "dataType": "string" + }, + { + "name": "extension", + "description": "The extension to continue to.", + "paramType": "query", + "required": false, + "allowMultiple": false, + "dataType": "string" + }, + { + "name": "priority", + "description": "The priority to continue to.", + "paramType": "query", + "required": false, + "allowMultiple": false, + "dataType": "int" } ], "errorResponses": [ -- cgit v1.2.3