Added GSM IMSI dialing by using dialing "imsi-<number>".
[lcr.git] / interface.h
index a467a71..817dc7d 100644 (file)
@@ -51,6 +51,7 @@ struct interface_port {
        int                     tespecial; /* special TE-mode behavior */
        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 */
@@ -64,6 +65,7 @@ struct interface_port {
 //     int                     tout_hold;
 //     int                     tout_park;
        int                     dialmax; /* maximum number of digits to dial */
+       char                    tones_dir[128];
 };
 
 struct interface_msn {