]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Eliminate potential timeout with Last Number Redial.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 29 Sep 2025 14:10:23 +0000 (10:10 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 30 Sep 2025 15:09:07 +0000 (15:09 +0000)
commit492d77876f0a6f9893ecdd1ec8ad57dfcb6bc5d2
treef5c328dbc4fd6bab877bc3249010a03e9184dcfe
parent4a477423b4a95918cd9b30f9c6b5ea4c62f31a3e
sig_analog: Eliminate potential timeout with Last Number Redial.

If Last Number Redial is used to redial, ensure that we do not wait
for further digits. This was possible if the number that was last
dialed is a prefix of another possible dialplan match. Since all we
did is copy the number into the extension buffer, if other matches
are now possible, there would thus be a timeout before the call went
through. We now complete redialed calls immediaetly in all cases.

Resolves: #1483
channels/sig_analog.c