]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Unset BRIDGEPEER when leaving a bridge 52/1752/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:04 +0000 (12:57 -0600)
commiteadad24b595c3b6e5f0472f9936e7e37259308b5
treec2fc7fa630efe2337121f45ff0ace6371800e29d
parent3fcf160faeb036529c575b66d73e7978f475fb28
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