2 ; AMI - The Asterisk Manager Interface
4 ; Third party application call management support and PBX event supervision
6 ; This configuration file is read every time someone logs in
8 ; Use the "show manager commands" at the CLI to list available manager commands
9 ; and their authorization levels.
11 ; "show manager command <command>" will show a help text.
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
22 ;displayconnects = yes
24 ; Add a Unix epoch timestamp to events (not action responses)
26 ;timestampevents = yes
31 ;permit=209.16.236.73/255.255.255.0
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)
39 ; Authorization for various classes
40 ;read = system,call,log,verbose,command,agent,user
41 ;write = system,call,log,verbose,command,agent,user