summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface.h b/interface.h
index 46671a4..a467a71 100644
--- a/interface.h
+++ b/interface.h
@@ -49,7 +49,8 @@ struct interface_port {
int ptmp; /* force load stack in PTP mode */
int nt; /* load stack in NT-mode */
int tespecial; /* special TE-mode behavior */
- int l2hold; /* hold layer 2 (1=force, -1=disable */
+ int l1hold; /* hold layer 1 (1=on, 0=off) */
+ int l2hold; /* hold layer 2 (1=force, -1=disable, 0=default) */
int channel_force; /* forces channel by protocol */
int nodtmf; /* disables DTMF */
struct select_channel *out_channel; /* list of channels to select */