2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
+ * apps/app_meetme.c (conf_run): don't restrict admin users from joining a locked conference (issue #5680)
+
* channels/chan_misdn.c: include stdio.h (issue #5671)
* channels/chan_misdn_config.c: fix prototype warning (issue #5671)
time(&user->jointime);
- if (conf->locked) {
+ if (conf->locked && (!(confflags & CONFFLAG_ADMIN))) {
/* Sorry, but this confernce is locked! */
if (!ast_streamfile(chan, "conf-locked", chan->language))
ast_waitstream(chan, "");