======asterisk AMI username/password======
astercc need access to asterisk AMI for data and operation
* open /etc/asterick/manager.conf
* make sure you have AMI enabled: enabled = yes
* add an account like this
[astercc]
secret = astercc
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.0
read = call
write = system,call,agent,user,config,command,reporting,originate
* go to asterisk cli
asterisk -r
* reloca the config file
config reload /etc/asterisk/manager.conf