aboutsummaryrefslogtreecommitdiffstats
path: root/configs/manager.conf.sample
blob: 479c919383bd93de6114c04a0980d7b51b496815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
;
; AMI - The Asterisk 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
; availabale manager commands and their authorization
; levels.
;
; "show manager command <command>" will show a help text.
;
; ------------------- SECURITY NOTE -----------------
; Note that you should not enable the AMI on a public
; IP address. If needed, block this TCP port with
; iptables (or another FW software) and reach it
; with IPsec, SSH or SSL vpn tunnel
;
[general]
enabled = no
port = 5038
bindaddr = 0.0.0.0

;[mark]
;secret = mysecret
;deny=0.0.0.0/0.0.0.0
;permit=209.16.236.73/255.255.255.0
;
; Authorization for various classes 
;read = system,call,log,verbose,command,agent,user
;write = system,call,log,verbose,command,agent,user