]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Wed, 20 Nov 2024 22:42:19 +0000 (22:42 +0000)
commitd69f2722b67f4f79640d10be85de53f78b4a3b12
treecc992e3b6fda15e3652efac3b6ffd88e372113dd
parent3e3148941596a31bbb1709c7597f8e8f361a2046
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
channels/sig_analog.c