From b9b543675c9dea92e61524cbe74a8ecf181869c9 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 16 Feb 2008 09:09:35 +0100 Subject: 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 --- interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface.c') 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 ? */ -- cgit v1.2.3-55-g7522