summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
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 */
};