mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-09 11:12:28 +00:00
Add support for an easy way to automatically execute some Asterisk CLI commands
immediately at startup. Any commands in the startup_commands file in the Asterisk config diretory will get executed. (closes issue #11781) Reported by: jamesgolovich Patches: asterisk-startupcmds.diff.txt uploaded by jamesgolovich (license 176) -- With some changes by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98986 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -79,6 +79,9 @@ CLI Changes
|
||||
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.
|
||||
* 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.
|
||||
|
||||
SIP changes
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user