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
This commit is contained in:
Naveen Albert
2022-05-14 21:25:04 +00:00
committed by George Joseph
parent a19fc264b4
commit daa81f6359
2 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Subject: res_cliexec
A new CLI command, dialplan exec application, has
been added which allows dialplan applications to be
executed at the CLI, useful for some quick testing
without needing to write dialplan.