]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Unset BRIDGEPEER when leaving a bridge 53/1753/1
authorJonathan Rose <jrose@digium.com>
Tue, 1 Dec 2015 22:11:07 +0000 (16:11 -0600)
committerJonathan Rose <jrose@digium.com>
Wed, 2 Dec 2015 18:57:12 +0000 (12:57 -0600)
commit1ec791a3ba09be14d288be29d70677cbd0545e4a
tree44a2600f13b2b8d2c40d9dc3a19c3a5f82001d2b
parentf5a60607077a7a2fca46fb2ef91f59cc75f7a132
Unset BRIDGEPEER when leaving a bridge

Currently if a channel is transferred out of a bridge, the BRIDGEPEER
variable (also BRIDGEPVTCALLID) remain set even once the channel is
out of the bridge. This patch removes these variables when leaving
the bridge.

ASTERISK-25600 #close
Reported by: Mark Michelson

Change-Id: I753ead2fffbfc65427ed4e9244c7066610e546da
include/asterisk/bridge.h
main/bridge.c
main/bridge_channel.c