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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2005-07-25 22:16:35 +00:00
parent 8b3f4e3022
commit 9b8ee1f3e4
1 changed files with 1 additions and 1 deletions

View File

@ -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;