mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
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:
committed by
George Joseph
parent
a19fc264b4
commit
daa81f6359
6
doc/CHANGES-staging/res_cliexec.txt
Normal file
6
doc/CHANGES-staging/res_cliexec.txt
Normal 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.
|
||||
Reference in New Issue
Block a user