summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2015-01-07 18:53:16 +0000
committerMark Michelson <mmichelson@digium.com>2015-01-07 18:53:16 +0000
commit42b342c6e265680209d74b634bf6e71062ccb682 (patch)
tree5dcac703f7f510e5439dcee7cf00f20617e3a3bc /CHANGES
parenta10d2966b67a2e52811a7e4fa636b630f1fef741 (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f6eac6a12..c200550ad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -49,6 +49,11 @@ ARI
* "language" (the default spoken language for the channel) is now included in
the standard channel state output for suitable events.
+ * The POST channels/{id} operation and the POST channels/{id}/continue operation
+ now have a new "label" parameter. This allows for origination or continuation
+ to a labeled priority in the dialplan instead of requiring a specific priority
+ number. The ARI version has been bumped to 1.7.0 as a result.
+
AMI
------------------
* "Language" (the default spoken language for the channel) is now included in