SIP: Fix incoming re-invite
[lcr.git] / extension.h
index cb5f149..4de6952 100644 (file)
@@ -169,6 +169,12 @@ 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 */
        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 */
+       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);
 };
 
 int read_extension(struct extension *ext, char *number);