From fb6e219eda69fe19fdd16457570dd51d07099320 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 15 Feb 2009 09:04:14 +0100 Subject: 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 --- interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.h') 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 { -- cgit v1.2.3-55-g7522