mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
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:
committed by
Joshua Colp
parent
fa892d8dfd
commit
75715b95b4
7
CHANGES
7
CHANGES
@@ -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
|
||||
|
Reference in New Issue
Block a user