mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 18:38:02 +00:00
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:
@@ -7070,7 +7070,7 @@ static int rpt_exec(struct ast_channel *chan, void *data)
|
|||||||
if (chan->_state != AST_STATE_UP) {
|
if (chan->_state != AST_STATE_UP) {
|
||||||
ast_answer(chan);
|
ast_answer(chan);
|
||||||
}
|
}
|
||||||
return AST_PBX_KEEPALIVE;
|
return 0;
|
||||||
}
|
}
|
||||||
rpt_mutex_lock(&myrpt->lock);
|
rpt_mutex_lock(&myrpt->lock);
|
||||||
/* if remote, error if anyone else already linked */
|
/* if remote, error if anyone else already linked */
|
||||||
|
|||||||
Reference in New Issue
Block a user