mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
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
This commit is contained in:
@@ -72,6 +72,8 @@ struct ast_originate_args {
|
|||||||
/*!
|
/*!
|
||||||
* \brief Create a new channel (originate).
|
* \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 headers HTTP headers
|
||||||
* \param args Swagger parameters
|
* \param args Swagger parameters
|
||||||
* \param[out] response HTTP response
|
* \param[out] response HTTP response
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
{
|
{
|
||||||
"httpMethod": "POST",
|
"httpMethod": "POST",
|
||||||
"summary": "Create a new channel (originate).",
|
"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",
|
"nickname": "originate",
|
||||||
"responseClass": "void",
|
"responseClass": "void",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
|
Reference in New Issue
Block a user