]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Fix regression with FGD and E911 signaling.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 14 Nov 2024 14:15:45 +0000 (09:15 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:42:28 +0000 (18:42 +0000)
commit42629c695d402b01ab8fd5f4385a29b61a003b9f
tree8b50c650d7699aaef452b75cd477fd61b3cd709f
parentfc390cf785304e50ad196bff4a02f56a3402d124
sig_analog: Fix regression with FGD and E911 signaling.

Commit 466eb4a52b69e6dead7ebba13a83f14ef8a559c1 introduced a regression
which completely broke Feature Group D and E911 signaling, by removing
the call to analog_my_getsigstr, which affected multiple switch cases.
Restore the original behavior for all protocols except Feature Group C
CAMA (MF), which is all that patch was attempting to target.

Resolves: #993
(cherry picked from commit 4f0a506c673e02a1767bfc820a95c280ea71b6f2)
channels/sig_analog.c