]> 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:55:23 +0000 (19:55 +0000)
commit9b37a42eafe2f99e57abef8e96034645791d9feb
tree35ca6eb5858d0e3b310b20d6eca4fd86f38e26d2
parentc478a1293b0e6688f1976b4d0f5bf52dab852cfe
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 893fd8187993e43dd346f0741386970257d4457c)
channels/sig_analog.c