[svn-commits] dlee: branch 12 r398638 - /branches/12/rest-api/api-docs/channels.json
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 9 14:01:56 CDT 2013
Author: dlee
Date: Mon Sep 9 14:01:54 2013
New Revision: 398638
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398638
Log:
Added note about expected behavior of originate
Modified:
branches/12/rest-api/api-docs/channels.json
Modified: branches/12/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/branches/12/rest-api/api-docs/channels.json?view=diff&rev=398638&r1=398637&r2=398638
==============================================================================
--- branches/12/rest-api/api-docs/channels.json (original)
+++ branches/12/rest-api/api-docs/channels.json Mon Sep 9 14:01:54 2013
@@ -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": [
More information about the svn-commits
mailing list