-
- Downloads
core/pbx: dialplan show - display filename/line#
Adds the ability for extensions to be registered to include filename and line number so that dialplan show output can show the filename and line number of a config file responsible for generating a given extension. This only affects config modules that are written to use the new extension registering functions. In this patch, that only includes pbx_config, so extensions registered in extensions.conf and any included extension will be shown in this manner. Extensions registered in this manner will show the filename and line number *instead* of the registrar. ASTERISK-26658 #close Reported by: Jonathan R. Rose Change-Id: Ieccc6abccdff34ed5c7da3511fd24972b8f2dd30
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- include/asterisk/pbx.h 25 additions, 3 deletionsinclude/asterisk/pbx.h
- main/pbx.c 53 additions, 13 deletionsmain/pbx.c
- pbx/pbx_config.c 15 additions, 7 deletionspbx/pbx_config.c
- pbx/pbx_lua.c 1 addition, 1 deletionpbx/pbx_lua.c
- res/ael/pval.c 2 additions, 2 deletionsres/ael/pval.c
- res/parking/parking_bridge_features.c 1 addition, 1 deletionres/parking/parking_bridge_features.c
- res/res_parking.c 1 addition, 1 deletionres/res_parking.c
- res/res_pjsip_config_wizard.c 1 addition, 1 deletionres/res_pjsip_config_wizard.c
- utils/conf2ael.c 1 addition, 1 deletionutils/conf2ael.c
Loading
Please register or sign in to comment