[asterisk-bugs] [JIRA] (ASTERISK-22887) pjsip tests: interactions with chan_sip cause test failures
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Fri Dec 13 15:33:05 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Harwell closed ASTERISK-22887.
------------------------------------
Resolution: Fixed
> 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
> Assignee: Kevin Harwell
>
> 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