--- asterisk/apps/app_meetme.c.ORIG 2005-12-20 12:01:26.000000000 -0600 +++ asterisk/apps/app_meetme.c 2006-01-04 13:23:43.000000000 -0600 @@ -1630,7 +1630,8 @@ if (dynamic_pin) { if (dynamic_pin[0] == 'q') { /* Query the user to enter a PIN */ - ast_app_getdata(chan, "conf-getpin", dynamic_pin, AST_MAX_EXTENSION - 1, 0); + if (ast_app_getdata(chan, "conf-getpin", dynamic_pin, AST_MAX_EXTENSION - 1, 0) < 0) + return NULL; } cnf = build_conf(confno, dynamic_pin, "", make, dynamic); } else {