X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=e459b5b469d627ad4457975f58148c5e5c848045;hp=46671a47d3b997506fcc381c8bd286f2ca96114b;hb=20a671d76854520ad9d5ea9d481e008240465e62;hpb=fb6e219eda69fe19fdd16457570dd51d07099320 diff --git a/interface.h b/interface.h index 46671a4..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 */