]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 20 Nov 2024 22:42:24 +0000 (22:42 +0000)
commitf1c72347e9a9372649379b95397f27c89972c5cf
treec6bf267bb0afd33c9e442a1bf1448c866aabf7e4
parent1aeecab6ae1accb551b9120c9d5784e6f5c4fc2d
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