[Home]

Summary:ASTERISK-26055: [patch]res_pjsip: chatty verbose messages
Reporter:Alexei Gradinari (alexei gradinari)Labels:
Date Opened:2016-05-24 16:54:56Date Closed:2016-09-23 14:12:09
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:13.9.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:There are a lot of verbose messages about Endpoint and Contact status changes if there are many dynamic endpoints.
The patch sets verbose level 2 for Endpoint status changes and verbose level 3 for Contact status changes.
Comments:By: Asterisk Team (asteriskteam) 2016-05-24 16:54:56.636-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: Ross Beer (rossbeer) 2016-05-26 06:38:24.794-0500

I can see that the level is being changed to level 2, do you think a higher level would be better?

By: Alexei Gradinari (alexei gradinari) 2016-05-26 09:36:34.769-0500

Ross,
The res_pjsip_registrar module logs on level 3 about adding/removing contacts.
I think level 2 is enough for main pjsip module for the same actions: adding/removing endpoints/contacts.