Added new option to interface.conf: "nonotify" to disable notify messages.
[lcr.git] / interface.h
index 2c2ee23..7dce3ad 100644 (file)
@@ -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 */
        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 */
        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                     tout_park;
        int                     dialmax; /* maximum number of digits to dial */
        char                    tones_dir[128];
+       int                     nonotify; /* blocks outgoing notify messages  */
 };
 
 struct interface_msn {
 };
 
 struct interface_msn {