Experimental crypto feature: Support for libvootp
[lcr.git] / extension.h
index cb5f149..29f81b1 100644 (file)
@@ -169,6 +169,8 @@ struct extension {
        int facility;           /* must be set to forward facility to terminal */
        int datacall;           /* data calls are handled as voice calls */
        int no_seconds;         /* don't include seconds in the connect message */
+
+       char otp_ident[9];      /* up to 8 bytes of ident */
 };
 
 int read_extension(struct extension *ext, char *number);