summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
authorSuper User2007-06-27 08:23:50 +0200
committerSuper User2007-06-27 08:23:50 +0200
commite9daaa4ef7ee895e6a8610ebb2166cc99c891a4e (patch)
tree147c8b74efd8830dc37be6a656944ce6d075a1e7 /interface.h
parentbackup (diff)
downloadlcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.gz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.tar.xz
lcr-e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e.zip
backup
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h8
1 files changed, 5 insertions, 3 deletions
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 */
};