[Home]

Summary:ASTERISK-26658: Add ability for dialplan show to display filenames/line numbers of registered extensions
Reporter:Jonathan R. Rose (JonathanRose)Labels:
Date Opened:2016-12-12 13:02:27.000-0600Date Closed:2017-01-05 10:31:18.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/PBX PBX/pbx_config
Versions:GIT Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx_filenames_line_numbers.diff
Description:Initially described in the following mailing list thread: http://lists.digium.com/pipermail/asterisk-dev/2016-December/076030.html

This patch provides the ability for modules registering extensions (primarily intended for use with pbx modules) to provide filename and line number for extensions being registered. Extensions that are registered with this information (using new variants of ast_add_extension2/ast_add_extension2_lockopt appended with _with_lines) will have their format for 'dialplan show' commands modified to include the filename and line number where registrar normally is.

For example:

CLI> dialplan show default
[ Context 'default' created by 'pbx_config' ]
 '100' =>          1. NoOp()                                     [pbx_config]

Becomes:

 '100' =>          1. NoOp()                                     [extensions.conf:24]

So far only pbx_config is setup to use this feature, but adding support for AEL (where I feel this sort of functionality is actually much more useful) is a priority of mine if this patch is accepted.

If this patch is wanted, I'll be happy to take it through the review process.
Comments:By: Asterisk Team (asteriskteam) 2016-12-12 13:02:28.804-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: Rusty Newton (rnewton) 2016-12-13 14:43:10.516-0600

Throw it on Gerrit! I think it sounds useful and I think others will too.

By: Friendly Automation (friendly-automation) 2017-01-05 10:31:19.696-0600

Change 4633 merged by zuul:
core/pbx: dialplan show - display filename/line#

[https://gerrit.asterisk.org/4633|https://gerrit.asterisk.org/4633]