manager.conf.sample 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. ;[mark]
  24. ;secret = mysecret
  25. ;deny=0.0.0.0/0.0.0.0
  26. ;permit=209.16.236.73/255.255.255.0
  27. ;
  28. ; If the device connected via this user accepts input slowly,
  29. ; the timeout for writes to it can be increased to keep it
  30. ; from being disconnected (value is in milliseconds)
  31. ;
  32. ; writetimeout = 100
  33. ;
  34. ; Authorization for various classes
  35. ;read = system,call,log,verbose,command,agent,user
  36. ;write = system,call,log,verbose,command,agent,user