[Home]

Summary:ASTERISK-22887: pjsip tests: interactions with chan_sip cause test failures
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2013-11-21 17:27:40.000-0600Date Closed:2013-12-13 15:32:56.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_pjsip Tests/testsuite
Versions:12.0.0-beta1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments: