https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r28627 | file | 2006-05-19 12:38:59 -0300 (Fri, 19 May 2006) | 2 lines
Treat paused queue members as unreachable (issue #7127 reported by peterh)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28628
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (max_penalty && (member->penalty > max_penalty))
continue;
+ if (member->paused) continue;
+
switch (member->status) {
case AST_DEVICE_INVALID:
/* nothing to do */