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:
Naveen Albert
2022-11-11 20:30:27 +00:00
committed by Friendly Automation
parent 5ede4e217a
commit c7df5ee7c1
2 changed files with 22 additions and 0 deletions

View 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.