created many x.conf.sample files in conf_examples directory git-svn-id: svn://192.168.202.10@232 3d104415-ff17-0410-8863-d5cf3c621b8a
28 lines
533 B
Plaintext
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
|