mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
pbx_builtins: Allow Answer to return immediately.
The Answer application currently waits for up to 500ms for media, even if users specify a different timeout. This adds an option to not wait for media on the channel by doing a raw answer instead. The default 500ms threshold is also documented. ASTERISK-30308 #close Change-Id: Id59cd340c44b8b8b2384c479e17e5123e917cba4
This commit is contained in:
committed by
Friendly Automation
parent
5ede4e217a
commit
c7df5ee7c1
5
doc/CHANGES-staging/answer.txt
Normal file
5
doc/CHANGES-staging/answer.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Subject: pbx_builtins
|
||||
|
||||
It is now possible to not wait for media on
|
||||
a channel when answering it using Answer,
|
||||
by specifying the i option.
|
Reference in New Issue
Block a user