Hi, I try to understand the manager.conf in the /etc/asterisk directory.
1. What exactly manager.conf doing in the Asterisk environment? 2.I found a sample manager.conf as bellow [general] enabled = yes port = 5038 bindaddr = 127.0.0.1 [myasterisk] secret = mycode ;deny=0.0.0.0/0.0.0.0 ;permit=209.16.236.73/255.255.255.0 read = system,call,log,verbose,command,agent,user write = system,call,log,verbose,command,agent,user could someone explain me the parameters .... read? write ? port? secret ? Thank you Lloyd
