summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/agents.conf.sample11
-rwxr-xr-xconfigs/manager.conf.sample12
2 files changed, 23 insertions, 0 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
new file mode 100755
index 000000000..83c2ddb3b
--- /dev/null
+++ b/configs/agents.conf.sample
@@ -0,0 +1,11 @@
+;
+; Agent configuration
+;
+;
+[agents]
+;
+; This section contains the agent definitions, in the form:
+;
+; agent => agentid,agentpassword,name
+;
+;agent => 1234,4321,Mark Spencer
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
new file mode 100755
index 000000000..417730afb
--- /dev/null
+++ b/configs/manager.conf.sample
@@ -0,0 +1,12 @@
+;
+; Asterisk Call Management support
+;
+[general]
+enabled = no
+port = 5038
+bindaddr = 0.0.0.0
+
+;[mark]
+;secret = mysecret
+;read = system,call,log,verbose,command,agent
+;write = system,call,log,verbose,command,agent