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: https://origsvn.digium.com/svn/asterisk/trunk@98558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-01-12 19:34:38 +00:00
parent 3968dd1c3d
commit d0c89ab7ed
2 changed files with 41 additions and 1 deletions

View File

@@ -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
-----------