]> 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:43:44 +0000 (17:43 -0500)
commit74e28c1270eb5266e54fba4b2cf6693b1413e705
treea53a5df8a7e5575e0c982daca47e45959cf65bc5
parent7e18d42479e04cf51c6be447e702c0236293e50d
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