aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-11 17:13:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-11 17:13:04 +0000
commit3ad9cdea1eaa73d82c3b815688b2670dd31e35e7 (patch)
treec204070361ac7c0fe2276ae496bba5b396b12493 /channels/chan_zap.c
parent753778b9621d2b339c0b078979a5f75e18e8ddf6 (diff)
updates from angler
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5169 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c421fec70..2df1590f9 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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) {