add optional timestamps to manager events (issue #5535, simplified)
[asterisk/asterisk.git] / configs / manager.conf.sample
1 ;
2 ; AMI - The Asterisk Manager Interface
3
4 ; Third party application call management support and PBX event supervision
5 ;
6 ; This configuration file is read every time someone logs in
7 ;
8 ; Use the "show manager commands" at the CLI to list available manager commands
9 ; and their authorization levels.
10 ;
11 ; "show manager command <command>" will show a help text.
12 ;
13 ; ---------------------------- SECURITY NOTE -------------------------------
14 ; Note that you should not enable the AMI on a public IP address. If needed,
15 ; block this TCP port with iptables (or another FW software) and reach it
16 ; with IPsec, SSH, or SSL vpn tunnel
17 ;
18 [general]
19 enabled = no
20 port = 5038
21 bindaddr = 0.0.0.0
22 ;displayconnects = yes
23 ;
24 ; Add a Unix epoch timestamp to events (not action responses)
25 ;
26 ;timestampevents = yes
27
28 ;[mark]
29 ;secret = mysecret
30 ;deny=0.0.0.0/0.0.0.0
31 ;permit=209.16.236.73/255.255.255.0
32 ;
33 ; If the device connected via this user accepts input slowly,
34 ; the timeout for writes to it can be increased to keep it
35 ; from being disconnected (value is in milliseconds)
36 ;
37 ; writetimeout = 100
38 ;
39 ; Authorization for various classes 
40 ;read = system,call,log,verbose,command,agent,user
41 ;write = system,call,log,verbose,command,agent,user