set the 'number complete' bit properly (bug #4771)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent 8b3f4e3022
commit 9b8ee1f3e4

@ -1951,7 +1951,7 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
pridialplan = PRI_LOCAL_ISDN; 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; ldp_strip = 0;
prilocaldialplan = p->pri->localdialplan - 1; prilocaldialplan = p->pri->localdialplan - 1;

Loading…
Cancel
Save