]> 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:22 +0000 (22:42 +0000)
commit4f0a506c673e02a1767bfc820a95c280ea71b6f2
tree135b2fb55ac661385d6cb9dc7b0d4941d51a29c9
parentd6b7554012c13a3bb221e9fa00634881e6b68359
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