]> 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:36:03 +0000 (18:36 +0000)
commit202a0898f058b628380c2a4cb38a472636c9996d
treee8d5d80ce1f486d7287748ecdc0717115ab4b9cf
parent891e60e22e5668c02f18803238d6c742318a4bc5
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 d69f2722b67f4f79640d10be85de53f78b4a3b12)
channels/sig_analog.c