summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorSuper User2008-06-14 08:34:50 +0200
committerSuper User2008-06-14 08:34:50 +0200
commitd2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 (patch)
tree8c9e9504a275a43d5a8785dcca7badf28ada5999 /chan_lcr.h
parentfixed dialing-bug when dialing chan_lcr (diff)
downloadlcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.tar.gz
lcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.tar.xz
lcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.zip
changed long to int (64 bit system's compatibilty)
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 0ca58d5..c24a666 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -14,7 +14,7 @@ struct bchannel;
struct chan_call {
struct chan_call *next; /* link to next call instance */
int state; /* current call state CHAN_LCR_STATE */
- unsigned long ref; /* callref for this channel */
+ unsigned int ref; /* callref for this channel */
void *ast; /* current asterisk channel */
int pbx_started;
/* indicates if pbx que is available */