aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 20:33:16 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-22 20:33:16 +0000
commite5bc0cbd61ef0bafff101817030efb0a4aa78480 (patch)
treeabe3a3bca0ce624381dbdc7cadd7fc2eae8fde66 /CHANGES
parent0c22830419f548c9b8d2eb1f5599fdbc6305cb9a (diff)
Change the Asterisk CLI startup commands feature to read commands to run from cli.conf
after a discussion on the -dev list. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99642 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 00757c4b1..704bef4a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -80,8 +80,7 @@ CLI Changes
* New CLI commands "dialplan set extenpatternmatching true/false"
* New CLI command: "core set chanvar" to set a channel variable from the CLI.
* Added an easy way to execute Asterisk CLI commands at startup. Any commands
- listed in the startup_commands file in the Asterisk configuration directory
- will get executed.
+ listed in the startup_commands section of cli.conf will get executed.
SIP changes
-----------