]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_basic: Fixed setup of recall channels
authorBoris P. Korzun <drtr0jan@yandex.ru>
Fri, 13 Nov 2020 12:19:30 +0000 (15:19 +0300)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 18 Nov 2020 16:13:06 +0000 (10:13 -0600)
commit8cb439f7e4ccf7a7de3fa685a27ada4133544819
treea5ae70859011f173c96e29e25ff1d21d04c0e770
parent7c355d78cbc77cab7338ce143522d7cc7b3cbe6e
bridge_basic: Fixed setup of recall channels

Fixed a bug (like a typo) in retransfer_enter() at main/bridge_basic.c:2641.
common_recall_channel_setup() setups common things on the recalled transfer
target, but used same target as source instead trasfered.

ASTERISK-29161 #close

Change-Id: Ieb549654a621c38b1ad5e9d15b9f18823d9cc31f
main/bridge_basic.c