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
This commit is contained in:
Martin Pycko
2003-04-19 00:27:31 +00:00
parent 53eabdf513
commit 4a90412468

View File

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