14fd58a6f18557e8baf9ece3d557e8b9e3dbcecc
[feed/telephony.git] / admin / asterisk18-gui / files / gui_manager.conf
1 ;
2 ; Asterisk Call Management support
3 ;
4
5 ; By default asterisk will listen on localhost only.
6 [general]
7 enabled = yes
8 webenabled=yes
9 port = 5038
10 bindaddr = 0.0.0.0
11
12 ; No access is allowed by default.
13 ; To set a password, create a file in /etc/asterisk/manager.d
14 ; use creative permission games to allow other serivces to create their own
15 ; files
16
17 #[admin]
18 # secret = securePassword
19 # read = system,call,log,verbose,command,agent,config
20 # write = system,call,log,verbose,command,agent,config
21