fixes, screen in and out works, fixed release problem in mISDNuser
[lcr.git] / extension.c
index f498438..470cf15 100644 (file)
@@ -62,6 +62,7 @@ int read_extension(struct extension *ext, char *num)
        /* default values */
        memset(ext, 0, sizeof(struct extension));
        SCPY(ext->number, number);
+//     ********** NOTE: also change value in apppbx constructor
        ext->rights = 4; /* international */
        ext->tout_setup = 120;
        ext->tout_dialing = 120;