SIP: Fix incoming re-invite
[lcr.git] / options.h
index 574cd68..d7e7603 100644 (file)
--- a/options.h
+++ b/options.h
@@ -30,6 +30,7 @@ struct options {
        int     socketuser;             /* socket chown to this user */
        int     socketgroup;            /* socket chgrp to this group */
        int     polling;
+       char    otp_dir[256];           /* directory of OTP files */
 };     
 
 extern struct options options;