summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/interface.h b/interface.h
index dd986ca..d80d9b2 100644
--- a/interface.h
+++ b/interface.h
@@ -9,9 +9,6 @@
** **
\*****************************************************************************/
-#define FLAG_PORT_USE 1
-#define FLAG_PORT_PTP (1<<1)
-
enum { /* interface type */
IF_TYPE_DIRECT,
IF_TYPE_EXTENSION,
@@ -51,6 +48,7 @@ struct interface_port {
int ptp; /* force load stack in PTP mode */
int ptmp; /* force load stack in PTP mode */
int nt; /* load stack in NT-mode */
+ int l2hold; /* hold layer 2 (1=force, -1=disable */
int channel_force; /* forces channel by protocol */
int nodtmf; /* disables DTMF */
struct select_channel *out_channel; /* list of channels to select */