mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user