From b2122691dea34b0e70f4555e81a865d168997d2a Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sat, 16 Sep 2006 04:44:02 +0000 Subject: [PATCH] When the marked user enters the conference, we should no longer timeout git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@43003 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 1c81aae46a..891fc36552 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1198,6 +1198,8 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c } } } else if(currentmarked >= 1 && lastmarked == 0) { + /* Marked user entered, so cancel timeout */ + timeout = 0; if (confflags & CONFFLAG_MONITOR) ztc.confmode = ZT_CONF_CONFMON | ZT_CONF_LISTENER; else if (confflags & CONFFLAG_TALKER) -- 2.47.2