aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-12 19:34:38 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-12 19:34:38 +0000
commit8e7cfc7450242952ea63bff093874edaa3e66bd5 (patch)
treec08bd83f5228be8374250c22b7bdaa69c346f2d2 /CHANGES
parent0b178b776f11ff1805863957044d1c4bd5ba4ea2 (diff)
Add a new CLI command, "core set chanvar", which allows you to set a channel
variable (or function) on an active channel from the CLI. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@98558 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 60d21d7c9..a34585d1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -76,6 +76,7 @@ CLI Changes
* Enhanced "agi debug" to print the channel name as a prefix to the debug
output to make debugging on busy systems much easier.
* New CLI commands "dialplan set extenpatternmatching true/false"
+ * New CLI command: "core set chanvar" to set a channel variable from the CLI.
SIP changes
-----------