Files
ViciDialSVN/agc_2-X/trunk/docs/conf_examples/manager.conf.sample
T
mattf 7f4f0d0293 created BASE_INSTALL.txt for more simplified installation instructions
created many x.conf.sample files in conf_examples directory

git-svn-id: svn://192.168.202.10@232 3d104415-ff17-0410-8863-d5cf3c621b8a
2006-08-29 19:15:17 +00:00

28 lines
533 B
Plaintext

; /etc/asterisk/manager.conf:
; This is the sample manager API configuration file
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
[updatecron]
secret = 1234
read = command
write = command
[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user
write = command
[sendcron]
secret = 1234
read = command
write = system,call,log,verbose,command,agent,user