mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
updates from angler
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2876,7 +2876,7 @@ static int zt_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags,
|
||||
#ifdef PRI_2BCT
|
||||
q931c0 = p0->call;
|
||||
q931c1 = p1->call;
|
||||
if (p0->tranfer && p1->transfer
|
||||
if (p0->transfer && p1->transfer
|
||||
&& q931c0 && q931c1
|
||||
&& !triedtopribridge) {
|
||||
|
||||
|
Reference in New Issue
Block a user