From: Steve Murphy Date: Tue, 10 Feb 2009 04:49:02 +0000 (+0000) Subject: This patch removes the use of AST_PBX_KEEPALIVE X-Git-Tag: 1.6.2.0-beta1~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3084e9ce9348c8845c2120e075cab48d75867b75;p=thirdparty%2Fasterisk.git 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 --- 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);