X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=extension.h;h=4de6952e07ea80acc933d867cbf357c6fc89b50a;hp=29f81b15ce3450ffb7b8726d8c0d71b066094f8b;hb=034d3a91404addedc1c7a3494862c79532b0b878;hpb=a1c8b8d89f31cbf5ac4151ac65e9e6545e75713a diff --git a/extension.h b/extension.h index 29f81b1..4de6952 100644 --- a/extension.h +++ b/extension.h @@ -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);