]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Properly handle STP, ST2P, and ST3P for fgccamamf.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 14 Jul 2025 11:44:14 +0000 (07:44 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 15 Jul 2025 15:16:01 +0000 (15:16 +0000)
commita45e6d6fd8ff88db070011ea3822f7b415591984
tree41f19c5464d4ef39de8aff9b341e1a2036326565
parent38d0909669bcfd084538a641225ca8fcded0b3b9
sig_analog: Properly handle STP, ST2P, and ST3P for fgccamamf.

Previously, we were only using # (ST) as a terminator, and not handling
A (STP), B (ST2P), or C (ST3P), which erroneously led to it being
treated as part of the dialed number. Parse any of these as the start
digit.

Resolves: #1301
channels/sig_analog.c