summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-03-20 20:46:25 +0100
committerAndreas Eversberg2009-03-20 20:46:25 +0100
commit57549529c86785b7ecf5f56d2a3ff42b5e519755 (patch)
tree62a72d42d21f33b0282df17b6ee4446027e24179 /interface.h
parentAdded Notify to NT-mode. (diff)
downloadlcr-57549529c86785b7ecf5f56d2a3ff42b5e519755.tar.gz
lcr-57549529c86785b7ecf5f56d2a3ff42b5e519755.tar.xz
lcr-57549529c86785b7ecf5f56d2a3ff42b5e519755.zip
Added layer1 hold feature. Requires new mISDN and mISDNuser package from git.
modified: README modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: socket_server.c
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 */