X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=interface.h;h=7dce3ad698067a72e7371e7a880026ae4a6e5043;hp=817dc7dee261c6f4bf021d84c8555947edf60f48;hb=51655a18970b6117e6102f6ca7541b53fb6f568e;hpb=6db34c1dca5c3a2acd0af689319b583ff8271dbc diff --git a/interface.h b/interface.h index 817dc7d..7dce3ad 100644 --- a/interface.h +++ b/interface.h @@ -52,6 +52,7 @@ struct interface_port { 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 */ + unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */ int channel_force; /* forces channel by protocol */ int nodtmf; /* disables DTMF */ struct select_channel *out_channel; /* list of channels to select */ @@ -66,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 { @@ -86,6 +88,7 @@ struct interface_screen { struct interface { struct interface *next; char name[64]; /* name of interface */ + int external; /* interface used for extranl calls */ int extension; /* calls are handled as extension */ int is_tones; /* generate tones */ int is_earlyb; /* bridge tones during call setup */