mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user