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