From 707028163de893c506ebef42e56a8d8816c93ea5 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Tue, 10 Feb 2009 05:06:43 +0000 Subject: [PATCH] For some strange reason, I didn't think 1.6.0 needed this fix. I was wrong. Here it is. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@174439 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_rpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_rpt.c b/apps/app_rpt.c index 32c99b2022..608febad40 100644 --- a/apps/app_rpt.c +++ b/apps/app_rpt.c @@ -7070,7 +7070,7 @@ static int rpt_exec(struct ast_channel *chan, void *data) if (chan->_state != AST_STATE_UP) { ast_answer(chan); } - return AST_PBX_KEEPALIVE; + return 0; } rpt_mutex_lock(&myrpt->lock); /* if remote, error if anyone else already linked */