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
This commit is contained in:
Naveen Albert
2021-12-26 21:39:12 +00:00
committed by Friendly Automation
parent 4f7e3d1609
commit 3686a97d79
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Subject: cli
A new CLI command 'dialplan eval function' has been
added which allows users to test the behavior of
dialplan function calls directly from the CLI.