]> 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:00 +0000 (15:16 +0000)
commitf5d2ea75c3a18f998a1c128af59f1f196458c184
treeb065f10bd3c8af9c3c56f61750fa222761ae0a08
parentf03421b03b19305f06e34d3fa20dac7f21a59b82
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