From e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e Mon Sep 17 00:00:00 2001 From: Super User Date: Wed, 27 Jun 2007 08:23:50 +0200 Subject: backup --- interface.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'interface.h') diff --git a/interface.h b/interface.h index e1a18b5..ce15094 100644 --- a/interface.h +++ b/interface.h @@ -48,10 +48,12 @@ struct interface_port { struct interface *interface; /* link to interface */ struct mISDNport *mISDNport; /* link to port */ int portnum; /* port number */ - int ptp; /* load stack in PTP mode */ + int ptp; /* force load stack in PTP mode */ + int ptmp; /* force load stack in PTP mode */ int channel_force; /* forces channel by protocol */ - struct select_channel *out_select; /* list of channels to select */ - struct select_channel *in_select; /* the same for incoming channels */ + int nodtmf; /* disables DTMF */ + struct select_channel *out_channel; /* list of channels to select */ + struct select_channel *in_channel; /* the same for incoming channels */ int block; /* set if interface is blocked */ }; -- cgit v1.2.3-55-g7522