]> 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:18:41 +0000 (14:18 +0000)
commit6e5a6c176d82b5e7e49b2c2a68b22eefeb2192cb
tree63f0813e9d611c60d99856953412deae27af402f
parentae2fa8c5f05a1d07a89cca6ca12c2f8279b1c1c0
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 bdf9327a332cbe9d7b34457e95db2deca7d4aa55)
apps/app_dial.c