aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_rpt.c')
-rw-r--r--apps/app_rpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 3cffe1e59..6357aad4f 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);