summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorPeter Schlaile2008-10-09 20:31:40 +0200
committerroot2008-10-09 20:31:40 +0200
commitba7a15918a9b852d03a564392a00cfaed45edadf (patch)
treed5161a7296321de66c9f45c2dc56625fca37498b /chan_lcr.h
parentadded inband dtmf support to chan_lcr (diff)
parentCompleted documentation about instance creation/destruction proceedure. (diff)
downloadlcr-ba7a15918a9b852d03a564392a00cfaed45edadf.tar.gz
lcr-ba7a15918a9b852d03a564392a00cfaed45edadf.tar.xz
lcr-ba7a15918a9b852d03a564392a00cfaed45edadf.zip
Merge branch 'master' of ssh://schlaile@git.misdn.org/var/git/lcr
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index a55c87c..2f00811 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -15,7 +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;
+ int ref_was_assigned;
void *ast; /* current asterisk channel */
int pbx_started;
/* indicates if pbx que is available */