aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cli.conf.sample
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 /configs/cli.conf.sample
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 'configs/cli.conf.sample')
-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