]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core_unreal: Preserve ADSI capability when dialing Local channels.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 6 Oct 2025 19:00:24 +0000 (15:00 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commit9a4f6f4c4a4459ac019f8a2a481abc4a9236d00d
tree17093d2310568cb6ff3705346b6ea100dfa52d12
parent17ae831db531e91fec00f27ee4d6dff3eacbb5a2
core_unreal: Preserve ADSI capability when dialing Local channels.

Dial() already preserves the ADSI capability by copying it to the new
channel, but since Local channel pairs consist of two channels, we
also need to copy the capability to the second channel.

Resolves: #1517
main/core_unreal.c