From 7f836c1c15ce521bf01ab86db27fdfc84967e615 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 7 Jan 2015 18:54:06 +0000 Subject: Add the ability to continue and originate using priority labels. With this patch, the following two ARI commands POST /channels POST /channels/{id}/continue Accept a new parameter, label, that can be used to continue to or originate to a priority label in the dialplan. Because this is adding a new parameter to ARI commands, the API version of ARI has been bumped from 1.6.0 to 1.7.0. This patch comes courtesy of Nir Simionovich from Greenfield Tech. Thanks! ASTERISK-24412 #close Reported by Nir Simionovich Review: https://reviewboard.asterisk.org/r/4285 ........ Merged revisions 430337 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430338 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/resources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest-api/resources.json') diff --git a/rest-api/resources.json b/rest-api/resources.json index 2cc039dc3..4a098f51f 100644 --- a/rest-api/resources.json +++ b/rest-api/resources.json @@ -2,7 +2,7 @@ "_copyright": "Copyright (C) 2012 - 2013, Digium, Inc.", "_author": "David M. Lee, II ", "_svn_revision": "$Revision$", - "apiVersion": "1.6.0", + "apiVersion": "1.7.0", "swaggerVersion": "1.1", "basePath": "http://localhost:8088/ari", "apis": [ -- cgit v1.2.3