summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorSuper User2008-06-06 19:15:14 +0200
committerSuper User2008-06-06 19:15:14 +0200
commit7d16259958e7b3e17d7bcb2c1c296f56f9096bf1 (patch)
treef916e2d49bf3b6f1132daf12bcc4bbdd25a1791b /mISDN.h
parentadded Moh for HOLD/UNHOLD and app_lcr_config (diff)
downloadlcr-7d16259958e7b3e17d7bcb2c1c296f56f9096bf1.tar.gz
lcr-7d16259958e7b3e17d7bcb2c1c296f56f9096bf1.tar.xz
lcr-7d16259958e7b3e17d7bcb2c1c296f56f9096bf1.zip
free bchannels on broken pipe of remote application
work modified: chan_lcr.c modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mISDN.h b/mISDN.h
index f9bae48..d52ea06 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -53,7 +53,7 @@ struct mISDNport {
int b_socket[128];
int b_state[128]; /* statemachine, 0 = IDLE */
double b_timer[128]; /* timer for state machine */
- unsigned long b_remote_id[128]; /* the socket currently exported */
+ int b_remote_id[128]; /* the socket currently exported (0=none) */
unsigned long b_remote_ref[128]; /* the ref currently exported */
int locally; /* local causes are sent as local causes not remote */
int los, ais, rdi, slip_rx, slip_tx;