[Home]

Summary:ASTERISK-27787: testsuite: Investigate removal of pjsua python module from all tests.
Reporter:Corey Farrell (coreyfarrell)Labels:patch
Date Opened:2018-04-03 09:15:13Date Closed:2022-09-28 06:47:48
Priority:MajorRegression?
Status:Closed/CompleteComponents:Tests/Portability Tests/testsuite
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pjsua2-build.patch
( 1) testsuite-thirdparty-multipy.patch
Description:The pjsua python module is not compatible with Python3.  It's written in C and deprecated in favor of pjsua2 swig module, so upstream is unlikely to update.

We need to investigate removal of pjsua, either replacing with sipp where possible or updating to use pjsua2 where necessary.
Comments:By: Asterisk Team (asteriskteam) 2018-04-03 09:15:13.771-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Corey Farrell (coreyfarrell) 2018-04-03 09:17:32.549-0500

Patch to enable pjsua2 in build system if desired.  Also patch for testsuite to look in py2 or py3 subfolders depending on the version being used.  Attaching these mostly so I don't loose them.