[asterisk-bugs] [JIRA] (ASTERISK-20862) Asterisk min and max member penalties not honored when set with 0

Paul Belanger (JIRA) noreply at issues.asterisk.org
Fri Jan 18 12:00:21 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-20862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=201838#comment-201838 ] 

Paul Belanger commented on ASTERISK-20862:
------------------------------------------

What functionality is this break?  Did this work before and not now? Basically, from what I see unexpected things are happening because 0 is being the default for so many internal things.

If you really want the expected functionality, use 10, 100 and 1000 as your base, then add / subtract from there.
                
> Asterisk min and max member penalties not honored when set with 0
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-20862
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20862
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: SVN
>         Environment: All versions of Asterisk this happens on
>            Reporter: Schmooze Com
>            Severity: Minor
>
> If I set a queue to have a max member penalty of 0 and a min member penalty of 0 and log in 2 members one with a penalty of 0 and one with a penalty of 1 Asterisk will still offer a call to the member with a penalty of 1 if the member with a penalty of 0 is busy.  Basically ignoring the min and max settings.
> Now if I do the same test with member penalties of 1 and 2 and set the min and max member penalty to be 1 it behaves correct and never offers the member with a penalty of 2 a call even if member with a penalty of 1 is busy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list