summaryrefslogtreecommitdiff
path: root/rest-api
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-09-09 19:09:21 +0000
committerDavid M. Lee <dlee@digium.com>2013-09-09 19:09:21 +0000
commit0bcc676d09bbf11e02368ababe280795de61746d (patch)
tree64e040645e0d2612e35181da5ef94677d1a73eff /rest-api
parent4015f05dce858f082fa21942495932a16443b240 (diff)
Multiple revisions 398638-398639
........ r398638 | dlee | 2013-09-09 14:01:54 -0500 (Mon, 09 Sep 2013) | 1 line Added note about expected behavior of originate ........ r398639 | dlee | 2013-09-09 14:02:27 -0500 (Mon, 09 Sep 2013) | 1 line Added note about expected behavior of originate (the rest of the commit) ........ Merged revisions 398638-398639 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api')
-rw-r--r--rest-api/api-docs/channels.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index 0f3b8e20e..b408d8b17 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -20,6 +20,7 @@
{
"httpMethod": "POST",
"summary": "Create a new channel (originate).",
+ "notes": "The new channel is not created until the dialed party picks up. Not wanting to block this request indefinitely, this request returns immediately with a 204 No Content. When the channel is created, a StasisStart event is sent with the provided app and appArgs. In the event of a failure (timeout, busy, etc.), an OriginationFailed event is sent.",
"nickname": "originate",
"responseClass": "void",
"parameters": [