]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge: Deny full Local channel pair in bridge.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 16 Nov 2021 10:06:26 +0000 (06:06 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 19 Nov 2021 14:41:53 +0000 (08:41 -0600)
commit42a1d98a13dc0a66baeb56565ad1e0f9527dc76c
treecddfb18ed669addbfb44fdbd56e290d0386be496
parent876e647232ddefbd7b60b492a8b0fa6c478be13b
bridge: Deny full Local channel pair in bridge.

Local channels are made up of two pairs - the 1 and 2
sides. When a frame goes in one side, it comes out the
other. Back and forth. When both halves are in a
bridge this creates an infinite loop of frames.

This change makes it so that bridging no longer
allows both of these sides to exist in the same
bridge.

ASTERISK-29748

Change-Id: I29928b6de87cd9be996a77daccefd7c360fef651
main/bridge_channel.c