]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Wed, 6 Mar 2024 14:26:18 +0000 (14:26 +0000)
commitbdf9327a332cbe9d7b34457e95db2deca7d4aa55
treef03e8b65779f50c52fd45e341a550590a938ab38
parent2ac9c8fb5c0465829aee0b53803f3dda2160c5e7
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