[asterisk-commits] dlee: branch 12 r398639 - /branches/12/res/ari/resource_channels.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 9 14:02:29 CDT 2013


Author: dlee
Date: Mon Sep  9 14:02:27 2013
New Revision: 398639

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398639
Log:
Added note about expected behavior of originate (the rest of the commit)

Modified:
    branches/12/res/ari/resource_channels.h

Modified: branches/12/res/ari/resource_channels.h
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/ari/resource_channels.h?view=diff&rev=398639&r1=398638&r2=398639
==============================================================================
--- branches/12/res/ari/resource_channels.h (original)
+++ branches/12/res/ari/resource_channels.h Mon Sep  9 14:02:27 2013
@@ -72,6 +72,8 @@
 /*!
  * \brief Create a new channel (originate).
  *
+ * 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.
+ *
  * \param headers HTTP headers
  * \param args Swagger parameters
  * \param[out] response HTTP response




More information about the asterisk-commits mailing list