summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-01-22 20:33:16 +0000
committerRussell Bryant <russell@russellbryant.com>2008-01-22 20:33:16 +0000
commitd1ba37f1c97b5c8e722c947e553f221bd1ec65e7 (patch)
treeabe3a3bca0ce624381dbdc7cadd7fc2eae8fde66 /configs
parent949bb30d03c5bb0569aea5390321d07dff57503f (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: https://origsvn.digium.com/svn/asterisk/trunk@99642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/cli.conf.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/cli.conf.sample b/configs/cli.conf.sample
new file mode 100644
index 000000000..112ae1c90
--- /dev/null
+++ b/configs/cli.conf.sample
@@ -0,0 +1,12 @@
+;
+; Asterisk CLI configuration
+;
+
+[startup_commands]
+;
+; Any commands listed in this section will get automatically executed
+; when Asterisk starts.
+;
+;sip set debug on = yes
+;core set verbose 3 = yes
+;core set debug 1 = yes