]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 6 Mar 2024 14:26:21 +0000 (14:26 +0000)
commit320c98eec87c473bfa814f76188a37603ea65ddd
treecc572ad280e173dec1ed80aa9a60ab844b79660d
parentb791c2738556ceb4432d8b0eb4bc20beda40d76a
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.
apps/app_dial.c