summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-02-15 09:04:14 +0100
committerAndreas Eversberg2009-02-15 09:04:14 +0100
commitfb6e219eda69fe19fdd16457570dd51d07099320 (patch)
tree87cd05d9c819849c6560912955d91749b9dffdc0 /interface.h
parentfixed end-pointer bug on forwarded messages. thanx to bodo for this bugfix. (diff)
downloadlcr-fb6e219eda69fe19fdd16457570dd51d07099320.tar.gz
lcr-fb6e219eda69fe19fdd16457570dd51d07099320.tar.xz
lcr-fb6e219eda69fe19fdd16457570dd51d07099320.zip
chan_lcr hopefully now compiles against SVN version of asterisk.
Added limitation option for maximum dialed digits. If dial string exceeds that limit, overlap-dialing is used to complete dial string. Siemens EWSD (APS V16) only allows 20 digits at a time. modified: README modified: chan_lcr.c modified: default/interface.conf modified: dss1.cpp modified: dss1.h modified: ie.cpp modified: interface.c modified: interface.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 09e0778..46671a4 100644
--- a/interface.h
+++ b/interface.h
@@ -62,6 +62,7 @@ struct interface_port {
int tout_disconnect;
// int tout_hold;
// int tout_park;
+ int dialmax; /* maximum number of digits to dial */
};
struct interface_msn {