Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 273017) +++ apps/app_meetme.c (working copy) @@ -2873,8 +2873,7 @@ if (allowretry) confno[0] = '\0'; } else { - if (((!ast_strlen_zero(cnf->pin) && - !ast_test_flag(&confflags, CONFFLAG_ADMIN)) || + if ((!ast_strlen_zero(cnf->pin) || !ast_strlen_zero(cnf->pinadmin) || (!ast_strlen_zero(cnf->pinadmin) && ast_test_flag(&confflags, CONFFLAG_ADMIN))) && (!(cnf->users == 0 && cnf->isdynamic))) {