summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-15 21:55:25 +0100
committerAndreas Eversberg2010-01-15 21:55:25 +0100
commit473d6569efcad130f9a5044b182b75a1c07a1eee (patch)
tree6bb2fdb9f19624f56afe87c7f55fa7dc6d06c24a /interface.h
parentNew version 1.7 (diff)
downloadlcr-473d6569efcad130f9a5044b182b75a1c07a1eee.tar.gz
lcr-473d6569efcad130f9a5044b182b75a1c07a1eee.tar.xz
lcr-473d6569efcad130f9a5044b182b75a1c07a1eee.zip
Added new option to interface.conf: "nonotify" to disable notify messages.
modified: README modified: dss1.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h
index 508a33e..7dce3ad 100644
--- a/interface.h
+++ b/interface.h
@@ -67,6 +67,7 @@ struct interface_port {
// int tout_park;
int dialmax; /* maximum number of digits to dial */
char tones_dir[128];
+ int nonotify; /* blocks outgoing notify messages */
};
struct interface_msn {