]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channel: Preserve CHANNEL(userfield) on masquerade.
authorPeter Jannesen <peter@jannesen.com>
Fri, 20 Sep 2024 20:13:08 +0000 (22:13 +0200)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 25 Sep 2024 17:03:32 +0000 (17:03 +0000)
commitadfc1846ef05caf5cbb86834d357d77946e8ff82
tree95c0b800f616fb95b8ca740b7944a07c7b60a7a8
parent127218249ff54349bd8d0842394ec2662a79c1ac
channel: Preserve CHANNEL(userfield) on masquerade.

In certain circumstances a channel may undergo an operation
referred to as a masquerade. If this occurs the CHANNEL(userfield)
value was not preserved causing it to get lost. This change makes
it so that this field is now preserved.

Fixes: #882
main/channel.c