]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commit7429bf41c1c6d9f779e5aa2113b0a715eb5c4158
tree15213f011d0b6dbab36c713caf9117b9dca371a6
parent42f1eb2c9b8ec3dded7226695b957dade3beccfb
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