summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-04-06 05:43:47 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-04-06 05:43:47 -0500
commit72ef79dc2de8f7e5df194654071988299ed5cabd (patch)
treec19a330cabb21079ab68447a2e34341bbdca4678 /CHANGES
parent3b71f09bb7778ee48b2af13960a251a4b9934530 (diff)
parentabbb2edd4c897fc3ac8a3589c5b799ff53ed10d2 (diff)
Merge "ARI: Add method to Dial a created channel."
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b65225642..c30ed3323 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,9 @@ ARI
allows for an application writer to create a channel, perform manipulations on it,
and then delay dialing the channel until later.
+ * To complement the "create" method, a "dial" method has been added to the channels
+ resource in order to place a call to a created channel.
+
Applications
------------------