mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-09 03:45:27 +00:00
Only changed the paused status in an existing queue member if the paused
column exists. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53037 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -957,7 +957,8 @@ static void rt_handle_member_record(struct call_queue *q, char *interface, const
|
||||
}
|
||||
} else {
|
||||
m->dead = 0; /* Do not delete this one. */
|
||||
m->paused = paused;
|
||||
if (paused_str)
|
||||
m->paused = paused;
|
||||
m->penalty = penalty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user