]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 27 Jun 2022 15:42:29 +0000 (10:42 -0500)
commit6720caa29ceeeeefd1c1640de0faa4394ff3e8b4
tree55090fde3d62aea87a31e8c4ac35124e308117da
parent2d500a090f44b4f145e018d2ff31ae821aace61e
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