summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorPeter Schlaile2008-09-27 22:26:02 +0200
committerroot2008-09-27 22:26:02 +0200
commitf9933186f362b8522988f9d4a0979c1e63e20b96 (patch)
tree0e910f24186fdbea87235db4c32ee20469ab878c /chan_lcr.h
parentMerge branch 'master' of ssh://schlaile@git.misdn.org/var/git/lcr (diff)
downloadlcr-f9933186f362b8522988f9d4a0979c1e63e20b96.tar.gz
lcr-f9933186f362b8522988f9d4a0979c1e63e20b96.tar.xz
lcr-f9933186f362b8522988f9d4a0979c1e63e20b96.zip
chan_lcr: forgotten commit for new ref fix
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h1
1 files changed, 1 insertions, 0 deletions
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 */