From f9933186f362b8522988f9d4a0979c1e63e20b96 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sat, 27 Sep 2008 22:26:02 +0200 Subject: [PATCH] chan_lcr: forgotten commit for new ref fix --- chan_lcr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/chan_lcr.h b/chan_lcr.h index 54a181c..1ef853d 100644 --- a/chan_lcr.h +++ b/chan_lcr.h @@ -15,6 +15,7 @@ struct chan_call { struct chan_call *next; /* link to next call instance */ int state; /* current call state CHAN_LCR_STATE */ unsigned int ref; /* callref for this channel */ + int ref_was_assigned; void *ast; /* current asterisk channel */ int pbx_started; /* indicates if pbx que is available */ -- 2.13.6