X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=extension.h;h=4de6952e07ea80acc933d867cbf357c6fc89b50a;hp=29f81b15ce3450ffb7b8726d8c0d71b066094f8b;hb=79bd731c0db3e3202cfeed2af3fb217ae744b70f;hpb=e233557e40043050c72b46d4b32b3a04cfd3d947 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);