chan_lcr hopefully now compiles against SVN version of asterisk.
[lcr.git] / interface.h
index 221b085..46671a4 100644 (file)
@@ -8,7 +8,6 @@
 ** interface header file                                                     **
 **                                                                           **
 \*****************************************************************************/ 
-
 enum { /* interface type */
        IF_TYPE_DIRECT,
        IF_TYPE_EXTENSION,
@@ -49,6 +48,7 @@ struct interface_port {
        int                     ptp; /* force load stack in PTP mode */
        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                     channel_force; /* forces channel by protocol */
        int                     nodtmf; /* disables DTMF */
@@ -62,6 +62,7 @@ struct interface_port {
         int                    tout_disconnect;
 //     int                     tout_hold;
 //     int                     tout_park;
+       int                     dialmax; /* maximum number of digits to dial */
 };
 
 struct interface_msn {