]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_cliexec: Add dialplan exec CLI command.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 14 May 2022 21:25:04 +0000 (21:25 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 8 Jul 2022 14:27:54 +0000 (09:27 -0500)
commitdaa81f6359cabdf4e44353da9deae2ac7f82e639
tree1166584a53171bc34e32467c68743e9c143c7060
parenta19fc264b41b131d00b9b59d9a4d078d9efd781e
res_cliexec: Add dialplan exec CLI command.

Adds a CLI command similar to "dialplan eval function" except for
applications: "dialplan exec application", useful for quickly
testing certain application behavior directly from the CLI
without writing any dialplan.

ASTERISK-30062 #close

Change-Id: I42e9fa9b60746c21450d40f99a026d48d2486dde
doc/CHANGES-staging/res_cliexec.txt [new file with mode: 0644]
res/res_cliexec.c [new file with mode: 0644]