For some strange reason, I didn't think 1.6.0 needed

this fix. I was wrong. Here it is.



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@174439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Steve Murphy
2009-02-10 05:06:43 +00:00
parent 936bba2b0c
commit 707028163d

View File

@@ -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 */