]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx: Add helper function to execute applications.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 15 May 2022 12:41:06 +0000 (12:41 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 30 Jun 2022 20:20:34 +0000 (15:20 -0500)
commite23ed9bf0632737a645ba017f1d730bfc531d17b
treed7d8e4143321bbaf573cef56060ff72fb996563f
parent28d8647d4d2b6b8af233f366843a9cd2780918a6
pbx: Add helper function to execute applications.

Finding an application and executing it if found is
a common task throughout Asterisk. This adds a helper
function around pbx_exec to do this, to eliminate
redundant code and make it easier for modules to
substitute variables and execute applications by name.

ASTERISK-30061 #close

Change-Id: Ifee4d2825df7545fb515d763d393065675140c84
apps/app_disa.c
include/asterisk/pbx.h
main/bridge_channel.c
main/dial.c
main/features.c
main/pbx_app.c
main/pbx_builtins.c
res/res_stasis_snoop.c