summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorSuper User2008-06-18 08:50:46 +0200
committerSuper User2008-06-18 08:50:46 +0200
commitd042c6ff0493c4a106c54dbfb91cfe4887ee8f51 (patch)
tree09a1fb88d003e26a737b09da39ec77541ce95e6d /mISDN.h
parentno functional change: (diff)
downloadlcr-d042c6ff0493c4a106c54dbfb91cfe4887ee8f51.tar.gz
lcr-d042c6ff0493c4a106c54dbfb91cfe4887ee8f51.tar.xz
lcr-d042c6ff0493c4a106c54dbfb91cfe4887ee8f51.zip
fixed call-ref-bug that caused b-channels to fail after 256 call instances.
modified: mISDN.h
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mISDN.h b/mISDN.h
index 13ca654..f03cb4f 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -154,8 +154,8 @@ class PmISDN : public Port
int p_m_hold; /* if port is on hold */
unsigned int p_m_timeout; /* timeout of timers */
time_t p_m_timer; /* start of timer */
- unsigned char p_m_remote_ref; /* join to export bchannel to */
- unsigned char p_m_remote_id; /* sock to export bchannel to */
+ unsigned int p_m_remote_ref; /* join to export bchannel to */
+ unsigned int p_m_remote_id; /* sock to export bchannel to */
int seize_bchannel(int channel, int exclusive); /* requests / reserves / links bchannels, but does not open it! */
void drop_bchannel(void);