Disabled NUTAG_AUTO100, Entering PROCEEDING state after sending INVITE
[lcr.git] / options.h
index 1a256e2..7ea5166 100644 (file)
--- a/options.h
+++ b/options.h
@@ -29,7 +29,9 @@ struct options {
        int     socketrights;           /* rights of lcr admin socket */
        int     socketuser;             /* socket chown to this user */
        int     socketgroup;            /* socket chgrp to this group */
-       int     gsm;                    /* enable gsm support */
+       int     polling;
+       char loopback_ext[64];          /* loopback interface GSM side */
+       char loopback_lcr[64];          /* loopback interface LCR side */
 };     
 
 extern struct options options;