]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Fix Caller ID presentation for FXO ports.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 25 May 2023 23:49:35 +0000 (23:49 +0000)
committerNaveen Albert <asterisk@phreaknet.org>
Mon, 5 Jun 2023 18:34:10 +0000 (18:34 +0000)
commit3260434b962c5f4745a777266e9537f16ed438f5
tree7ccea70585fd79e7d382282b414f526113d93022
parentd6d77dc1fb2d3ae5125756d1488d083f5d1bcd9e
chan_dahdi: Fix Caller ID presentation for FXO ports.

Currently, the presentation for incoming channels is
always available, because it is never actually set,
meaning the channel presentation can be nonsensical.
If the presentation from the incoming Caller ID spill
is private or unavailable, we now update the channel
presentation to reflect this.

Resolves: #120
ASTERISK-30333
ASTERISK-21741
channels/chan_dahdi.c