mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
another buglet
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -885,7 +885,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
|
|||||||
}
|
}
|
||||||
ast_indicate(chan, -1);
|
ast_indicate(chan, -1);
|
||||||
retryzap = strcasecmp(chan->type, "Zap");
|
retryzap = strcasecmp(chan->type, "Zap");
|
||||||
user->zapchannel = retryzap;
|
user->zapchannel = !strcasecmp(chan->type, "Zap");
|
||||||
zapretry:
|
zapretry:
|
||||||
origfd = chan->fds[0];
|
origfd = chan->fds[0];
|
||||||
if (retryzap) {
|
if (retryzap) {
|
||||||
|
|||||||
Reference in New Issue
Block a user