[Home]

Summary:ASTERISK-25257: [patch]channels/sig_pri.h -> sig_pri_span -> force_restart_unavailable_chans in wrong scope
Reporter:Patric Marschall (pmarschall)Labels:
Date Opened:2015-07-16 06:39:24Date Closed:2015-07-24 14:55:26
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:11.18.0 13.4.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Debian Squeeze 6.0.10Attachments:
Description:In
channels/sig_pri.h, struct sig_pri_span,
the field force_restart_unavailable_chans
is only defined if
#if defined(HAVE_PRI_MCID) is true.

All other occurences of force_restart_unavailable_chans are outside of the
#if defined(HAVE_PRI_MCID)
endif
scope.


Comments:By: Asterisk Team (asteriskteam) 2015-07-16 06:39:25.715-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: Patric Marschall (pmarschall) 2015-07-16 07:17:04.656-0500

Patch for branch 11.18

By: Rusty Newton (rnewton) 2015-07-16 09:54:42.623-0500

Once you've followed the Code Review process [1] and submitted your code to Gerrit [2] be sure to edit this JIRA issue and add the Gerrit review URL in the appropriate field.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Code+Review
[2] https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage