[asterisk-bugs] [JIRA] (ASTERISK-25449) main/sched: Regression introduced by 5c713fdf18f causes erroneous duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny

Matt Jordan (JIRA) noreply at issues.asterisk.org
Tue Oct 6 07:40:33 CDT 2015


Matt Jordan created ASTERISK-25449:
--------------------------------------

             Summary: main/sched: Regression introduced by 5c713fdf18f causes erroneous duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny
                 Key: ASTERISK-25449
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25449
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
            Reporter: Matt Jordan
            Severity: Blocker


When 5c713fdf18f was committed, it exposed several consumers of the scheduler API that were not abiding by its contract. These consumers viewed a scheduler ID of 0 as being invalid, when it is in fact a valid scheduler ID. This has different affects:
* A scheduled item may be scheduled twice (as in the case of {{res_rtp_asterisk}})
* A valid scheduled item may be viewed as non-existing, causing logic to fire that should not (as in the case of {{chan_sip}})
* A valid scheduled item may be viewed as a failure



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list