; ; AMI - The CallWeaver Manager Interface ; ; Third party application call management support and PBX event supervision ; ; This configuration file is read every time someone logs in ; ; Use the "show manager commands" at the CLI to list available manager commands ; and their authorization levels. ; ; "show manager command " will show a help text. ; [general] ;displayconnects = yes ; ; The maximum events that may be queued on a manager session at once. ; Once there are this many events queued further events will be discarded ; until the queue drains. ; How big a queue you need to avoid overflows depends how much you are ; logging, how fast your hardware is - how many cores, what sort of disk ; etc. etc. ; "show manager connections" will display counts of queued events, maximum ; queue used and overflows. queuesize = 1024 ; ; Ports (IPv4) and paths (UNIX) to listen on for client connections. ; Multiple listens are allowed. Default is none. ; ; Note that you should not enable the AMI on a public IP address. If needed, ; block the TCP port with iptables (or another FW software) and reach it ; with IPsec, SSH, or SSL vpn tunnel. ; ; If there is quoted text before the address specification this text is ; used as the banner message for connections instead of the default. ; ; Listen for IPv4 connections from the localhost only listen = 127.0.0.1:5038 ; ; Listen for IPv4 connections from the localhost only and claim to ; be some other service. ;listen = "Some Other Service" 127.0.0.1:5038 ; ; Listen for IPv4 connections from *anywhere* (NOT RECOMMENDED!) ;listen = 0.0.0.0:5038 ; ; Listen for UNIX/Local connections from the localhost only ;listen = /var/run/callweaver/manager.ami ;[manager] ;secret = mysecret ;deny=0.0.0.0/0.0.0.0 ;permit=127.0.0.1/255.0.0.0 ; ; Authorization for various classes ;read = system,call,log,verbose,command,agent,user ;write = system,call,log,verbose,command,agent,user