aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-10 05:06:43 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-10 05:06:43 +0000
commit825a987bebf769b794ca143b3b94e942f3012bde (patch)
tree1fb4828d796f947303d936b8529e6bdfd9e22ffb /apps
parent330b745e7963bea2b8be3362550c05a3273e404a (diff)
For some strange reason, I didn't think 1.6.0 needed
this fix. I was wrong. Here it is. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@174439 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 32c99b202..608febad4 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -7070,7 +7070,7 @@ static int rpt_exec(struct ast_channel *chan, void *data)
if (chan->_state != AST_STATE_UP) {
ast_answer(chan);
}
- return AST_PBX_KEEPALIVE;
+ return 0;
}
rpt_mutex_lock(&myrpt->lock);
/* if remote, error if anyone else already linked */