]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Add command to evaluate dialplan functions.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 26 Dec 2021 21:39:12 +0000 (21:39 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 26 Apr 2022 22:49:02 +0000 (17:49 -0500)
commit3686a97d799f2aa60225ea04522c98c9e5114bba
tree851b1e69f09ab062e4c083d25f51612cb61f257c
parent4f7e3d1609e391b5a3fac2ba509e58e4e68c28eb
cli: Add command to evaluate dialplan functions.

Adds the dialplan eval function commands to evaluate a dialplan
function from the CLI. The return value and function result are
printed out and can be used for testing or debugging.

ASTERISK-29820 #close

Change-Id: I833e97ea54c49336aca145330a2adeebfad05209
doc/CHANGES-staging/cli_eval_function.txt [new file with mode: 0644]
main/pbx_variables.c