]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_dial: Add dial time for progress/ringing.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 8 Feb 2024 18:09:49 +0000 (13:09 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 7 Mar 2024 14:16:39 +0000 (14:16 +0000)
commit74bf9821a36bbcdbb8309e54953a0f62f68c02a1
tree9d8b50448b954abb6e9ee7947d8b3d278ffbe9b6
parentaacf779b324e7b96d72dbb3728e77670f28fcada
app_dial: Add dial time for progress/ringing.

Add a timeout option to control the amount of time
to wait if no early media is received before giving
up. This allows aborting early if the destination
is not being responsive.

Resolves: #588

UserNote: The timeout argument to Dial now allows
specifying the maximum amount of time to dial if
early media is not received.

(cherry picked from commit 17d6a08beb3637004c9b4148f9d2c40bea8ad063)
apps/app_dial.c