summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-07-25 22:16:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-07-25 22:16:35 +0000
commit9b8ee1f3e419dc3d2284c0f9f664ba3f2a106822 (patch)
tree256f771a3b549b43eebcfbdbfeff5aad3bf0adeb /channels
parent8b3f4e30225decdcc33eceb11d991cda263b9d3b (diff)
set the 'number complete' bit properly (bug #4771)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-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 b8425eb59..6d271886c 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -1951,7 +1951,7 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
pridialplan = PRI_LOCAL_ISDN;
}
}
- pri_sr_set_called(sr, c + p->stripmsd + dp_strip, pridialplan, (s && *s) ? 1 : 0);
+ pri_sr_set_called(sr, c + p->stripmsd + dp_strip, pridialplan, (s && *s) ? 0 : 1);
ldp_strip = 0;
prilocaldialplan = p->pri->localdialplan - 1;