Index: apps/app_channelredirect.c =================================================================== --- apps/app_channelredirect.c (revision 118552) +++ apps/app_channelredirect.c (working copy) @@ -76,6 +76,9 @@ } res = ast_async_parseable_goto(chan2, args.label); + if (res == 0 && ast_bridged_channel(chan2)) { + ast_softhangup(chan2, AST_SOFTHANGUP_UNBRIDGE); + } pbx_builtin_setvar_helper(chan, "CHANNELREDIRECT_STATUS", "SUCCESS"); ast_channel_unlock(chan2);