[asterisk-bugs] [JIRA] (ASTERISK-22887) pjsip tests: interactions with chan_sip cause test failures

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Nov 21 17:28:03 CST 2013


Matt Jordan created ASTERISK-22887:
--------------------------------------

             Summary: pjsip tests: interactions with chan_sip cause test failures
                 Key: ASTERISK-22887
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22887
             Project: Asterisk
          Issue Type: Bug
          Components: Channels/chan_pjsip, Tests/testsuite
    Affects Versions: 12.0.0-beta1
            Reporter: Matt Jordan


Several of the PJSIP tests are failing due to chan_sip intercepting the SIP requests and handling them incorrectly. This is because the test agents do a 'make samples', which installs the sample sip.conf, which binds on {{0.0.0.0:5060}}. Ostensibly {{res_pjsip}} *should* always win out on this, but that doesn't actually always occur in practice.

We need to find a way to disable {{chan_sip}} for these tests, either by:
# providing a sip.conf in the tests that effectively disables the channel driver
# provide a flag in the test modules that kills chan_sip

Or some other mechanism. Either way, in stock {{chan_pjsip}} tests, {{chan_sip}} doesn't need to run.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list