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