[Home]

Summary:ASTERISK-28850: sipp: Non-compliant XML files do not work with 3.6.0
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2020-04-23 04:41:07Date Closed:2020-04-28 10:27:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Tests/testsuite
Versions:13.32.0 16.9.0 17.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:As of SIPp 3.6.0 the parser is much less forgiving of non-compliant XML files[1], causing test failures. These are due to the use of '<' and '>' instead of their escaped versions.

[1] https://github.com/SIPp/sipp/issues/414
Comments:By: Joshua C. Colp (jcolp) 2020-04-23 04:43:00.153-0500

Unfortunately fixing this does break the tests/channels/SIP/route test as the escaped versions are not translated back into '<' and '>' in the SIP URIs which are needed. This has been marked as skipped for now, as chan_sip is both unsupported and also the test tests functionality which is not changing.