]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 15 Jul 2025 15:16:06 +0000 (15:16 +0000)
commit8ef3e4fb3d270187be30859488a28f6c26e0113f
treeb5932326db6bfc63e6c95023fa233201cb09b61b
parent5de45323c7dbd6b5dd02c4243a94beaadff244c9
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