[Home]

Summary:ASTERISK-26206: [patch] res_pjsip: Use more compatible regex for get all
Reporter:Dmitry Wagin (dmitry2004@yandex.ru)Labels:
Date Opened:2016-07-18 03:09:10Date Closed:2016-08-02 11:00:06
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:13.9.1 Frequency of
Occurrence
Related
Issues:
Environment:FreeBSD 10.3-STABLEAttachments:( 0) patch-pjsip_cli.c
Description:FreeBSD 'regexec' more selective in the parameters and an empty string as a regex parameter return an error.
Comments:By: Asterisk Team (asteriskteam) 2016-07-18 03:09:11.501-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: Dmitry Wagin (dmitry2004@yandex.ru) 2016-07-18 03:10:56.730-0500

Patch

By: Joshua C. Colp (jcolp) 2016-07-18 11:42:40.126-0500

If you'd like this included faster you can follow the instructions linked on https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process for Gerrit to put up for code review. If not then it will be up to someone else to take it through the process, which can take some time.

By: Joshua C. Colp (jcolp) 2016-08-01 10:12:21.971-0500

This ends up breaking realtime support so I'm exploring alternate fixes.