From 8aabad21c04dd91cda3c63f1877a29551b51f730 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 9 Sep 2013 19:02:27 +0000 Subject: [PATCH] Added note about expected behavior of originate (the rest of the commit) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@398639 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/ari/resource_channels.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/ari/resource_channels.h b/res/ari/resource_channels.h index 953d58f4eb..e4dcc1b7d4 100644 --- a/res/ari/resource_channels.h +++ b/res/ari/resource_channels.h @@ -72,6 +72,8 @@ struct ast_originate_args { /*! * \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