]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 19:52:59 +0000 (19:52 +0000)
commitcd4d676409634799e68354234fa53bd91de1bc02
treec0cb6c5583418439ae4d5d587f496c1d42fe4850
parente3f392e0843b6e9835ed31dba603d16bdeb57ab5
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
(cherry picked from commit a45e6d6fd8ff88db070011ea3822f7b415591984)
channels/sig_analog.c