From 3084e9ce9348c8845c2120e075cab48d75867b75 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Tue, 10 Feb 2009 04:49:02 +0000 Subject: [PATCH] This patch removes the use of AST_PBX_KEEPALIVE from app_rpt.c. (closes issue #14435) Reported by: D_McNaul git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@174435 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 553dede489..322794e8d7 100644 --- a/apps/app_rpt.c +++ b/apps/app_rpt.c @@ -13664,7 +13664,7 @@ static int rpt_exec(struct ast_channel *chan, void *data) donodelog(myrpt,str); } if (!phone_mode) send_newkey(chan); - return AST_PBX_KEEPALIVE; + return 0; } /* well, then it is a remote */ rpt_mutex_lock(&myrpt->lock);