mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge Rizzo's waitfor update (bug #4584)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -170,8 +170,8 @@ static void restore_channel(struct feature_pvt *p, int index)
|
||||
p->subs[index].owner->timingfd = p->subs[index].timingfdbackup;
|
||||
p->subs[index].owner->alertpipe[0] = p->subs[index].alertpipebackup[0];
|
||||
p->subs[index].owner->alertpipe[1] = p->subs[index].alertpipebackup[1];
|
||||
p->subs[index].owner->fds[AST_MAX_FDS-1] = p->subs[index].alertpipebackup[0];
|
||||
p->subs[index].owner->fds[AST_MAX_FDS-2] = p->subs[index].timingfdbackup;
|
||||
p->subs[index].owner->fds[AST_ALERT_FD] = p->subs[index].alertpipebackup[0];
|
||||
p->subs[index].owner->fds[AST_TIMING_FD] = p->subs[index].timingfdbackup;
|
||||
}
|
||||
|
||||
static void update_features(struct feature_pvt *p, int index)
|
||||
|
Reference in New Issue
Block a user