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
This commit is contained in:
Steve Murphy
2009-02-10 04:49:02 +00:00
parent 43462557c0
commit 3084e9ce93

View File

@@ -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);