summaryrefslogtreecommitdiffstats
path: root/interface.c
diff options
context:
space:
mode:
authorSuper User2008-02-16 09:09:35 +0100
committerSuper User2008-02-16 09:09:35 +0100
commitb9b543675c9dea92e61524cbe74a8ecf181869c9 (patch)
tree8ecec16cc28834ea8abb351f75073d31f1b8ad88 /interface.c
parenterror inside information elements are now reported inside trace and main log, (diff)
downloadlcr-b9b543675c9dea92e61524cbe74a8ecf181869c9.tar.gz
lcr-b9b543675c9dea92e61524cbe74a8ecf181869c9.tar.xz
lcr-b9b543675c9dea92e61524cbe74a8ecf181869c9.zip
added timer for recovering missing activation/deactivation replies of bchannels from mISDN
this recovers 'hang' of bchannel if the reply message got lost due to buffer overflows fixed some minor warnings modified: Makefile modified: README modified: action_efi.cpp modified: apppbx.cpp modified: dss1.cpp modified: interface.c modified: mISDN.cpp modified: mISDN.h modified: message.h
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.c b/interface.c
index a77a30d..cad3c32 100644
--- a/interface.c
+++ b/interface.c
@@ -437,8 +437,8 @@ static int inter_channel_in(struct interface *interface, char *filename, int lin
static int inter_timeouts(struct interface *interface, char *filename, int line, char *parameter, char *value)
{
struct interface_port *ifport;
- struct select_channel *selchannel, **selchannelp;
- int val;
+// struct select_channel *selchannel, **selchannelp;
+// int val;
char *p, *el;
/* port in chain ? */