Added 'extern' flag to interface.conf.
[lcr.git] / interface.h
index 09e0778..2c2ee23 100644 (file)
@@ -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,8 @@ struct interface_port {
         int                    tout_disconnect;
 //     int                     tout_hold;
 //     int                     tout_park;
+       int                     dialmax; /* maximum number of digits to dial */
+       char                    tones_dir[128];
 };
 
 struct interface_msn {
@@ -82,6 +86,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 */