diff --git a/channels/chan_zap.c b/channels/chan_zap.c index e55c947348..382890e054 100755 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -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