[Home]

Summary:ASTERISK-26783: res_pjsip_outbound_registration: line= state not modified on reload
Reporter:Peter Sokolov (peterdoo)Labels:
Date Opened:2017-02-09 12:34:38.000-0600Date Closed:2017-02-15 05:46:14.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip_outbound_registration
Versions:14.2.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When in a registration section of pjsip.conf line=yes is modified to line=no (at the same time removing endpoint=), and pjsip reload is used, pjsip show registration abcd will show line as false. However asterisk keeps sending line= in REGISTER requests. Only restarting asterisk causes line= not to be sent anymore in REGISTER requests.
Comments:By: Asterisk Team (asteriskteam) 2017-02-09 12:34:39.231-0600

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: Joshua C. Colp (jcolp) 2017-02-13 05:16:40.001-0600

Thank you for taking the time to report this bug and helping to make Asterisk better. Unfortunately, we cannot work on this bug because your description did not include enough information. Please read over the Asterisk Issue Guidelines [1] which discusses the information necessary for your issue to be resolved and the format that information needs to be in. We would be grateful if you would then provide a more complete description of the problem. At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected and the location of documentation that led you to that expectation.
3. The behavior you actually encountered.

To demonstrate the issue in detail, please include Asterisk log files generated per the instructions on the wiki [2]. If applicable, please ensure that protocol-level trace debugging is enabled, e.g., 'sip set debug on' if the issue involves chan_sip, and configuration information such as dialplan and channel configuration.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

[2] https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Additionally I was not able to reproduce this myself.

By: Peter Sokolov (peterdoo) 2017-02-15 05:43:54.274-0600

I also cannot reproduce it anymore. When this happened I had many pjsip.conf versions, with which as I learned later, the endpoint has not been reloaded (endpoint present while line=no, proxy not as URI), however I do not know the complete sequence of changes to be able to repeat it.

As the problem does not occur on normal operation, I am closing the issue.