diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index e3ed72226c44c15f0e7d8b006fa53912459d208e..99217a240b534a93f06b59f3df4a7ce99994083b 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -1819,13 +1819,6 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
 					if (musiconhold == 0 && (confflags & CONFFLAG_MOH)) {
 						ast_moh_start(chan, NULL, NULL);
 						musiconhold = 1;
-					} else {
-						ztc.confmode = ZT_CONF_CONF;
-						if (ioctl(fd, ZT_SETCONF, &ztc)) {
-							ast_log(LOG_WARNING, "Error setting conference\n");
-							close(fd);
-							goto outrun;
-						}
 					}
 				} else if(currentmarked >= 1 && lastmarked == 0) {
 					/* Marked user entered, so cancel timeout */