From 730ad844814de12e1b9fef2d4db032e9f7cbc243 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 9 Sep 2013 19:01:54 +0000 Subject: [PATCH] Added note about expected behavior of originate git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@398638 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- rest-api/api-docs/channels.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index 0f3b8e20e6..b408d8b173 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": [