app_originate: Add async option.

Add an option to make app_originate not wait for the created channel
to answer.

Change-Id: I7fc2facd77079abc6321f44e8bcd4e39298de2ae
Requested-by: Frederic Steinfels <fst@highdefinition.ch>
Signed-off-by: Russell Bryant <russell@russellbryant.net>
This commit is contained in:
Russell Bryant
2018-03-21 15:54:48 -04:00
committed by Joshua Colp
parent fa892d8dfd
commit 75715b95b4
2 changed files with 17 additions and 2 deletions

View File

@@ -17,6 +17,13 @@ app_fax
* The app_fax module is now deprecated, users should migrate to the
replacement module res_fax.
app_originate
------------------
* An 'a' option has been added to the Originate dialplan application which
will execute the originate in an asynchronous fashion. If set then the
application will return immediately without waiting for the originated
channel to answer.
Build System
------------------
* MALLOC_DEBUG no longer has an effect on Asterisk's ABI. Asterisk built