mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Also NULL-ify the p->owner when the calls drop because of alarm
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2573,6 +2573,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
|
||||
#ifdef PRI_DESTROYCALL
|
||||
pri_destroycall(p->pri->pri, p->call);
|
||||
p->call = NULL;
|
||||
p->owner = NULL;
|
||||
#else
|
||||
#error Please "cvs update" and recompile libpri
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user