]> 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:06 +0000 (15:09 +0000)
commit683e2b435ade686af665080a5f9cbbdeb870ecd1
tree710ca9c8546baca783ffd8e98b55e529e3b4dad2
parent0edeb669659135bc67417a852ff095221a638805
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