Fix dependancy on a new libpri for my previous patch

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Martin Pycko 22 years ago
parent 53eabdf513
commit 4a90412468

@ -1563,7 +1563,9 @@ static int zt_hangup(struct ast_channel *ast)
p->faxhandled = 0;
p->pulsedial = 0;
p->onhooktime = time(NULL);
#ifdef PRI_EVENT_PROCEEDING
p->proceeding = 0;
#endif
if (p->dsp) {
ast_dsp_free(p->dsp);
p->dsp = NULL;

Loading…
Cancel
Save