X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=e459b5b469d627ad4457975f58148c5e5c848045;hp=09e077898485161ba1a07b541c4d031df7941a79;hb=20a671d76854520ad9d5ea9d481e008240465e62;hpb=26c7e0d22ead805ce333ea4248c7311c1eda5de0 diff --git a/interface.h b/interface.h index 09e0778..e459b5b 100644 --- a/interface.h +++ b/interface.h @@ -49,7 +49,9 @@ 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 gsm; /* interface is an GSM interface */ int channel_force; /* forces channel by protocol */ int nodtmf; /* disables DTMF */ struct select_channel *out_channel; /* list of channels to select */ @@ -62,6 +64,7 @@ struct interface_port { int tout_disconnect; // int tout_hold; // int tout_park; + int dialmax; /* maximum number of digits to dial */ }; struct interface_msn {