Data-Over-Voice
[lcr.git] / extension.h
index 29f81b1..4de6952 100644 (file)
@@ -171,6 +171,10 @@ struct extension {
        int no_seconds;         /* don't include seconds in the connect message */
 
        char otp_ident[9];      /* up to 8 bytes of ident */
+       char dov_ident[256];    /* ident string to be sent to remote via Data-Over-Voice */
+       char dov_log[256];      /* log file to store received and sent Data-Over-Voice messages */
+       int dov_type;           /* type of modulation */
+       int dov_level;          /* amplitude of signal */
 };
 
 int read_extension(struct extension *ext, char *number);