Advertisement
Guest User

/etc/asterisk/manager.conf

a guest
Jan 6th, 2011
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.93 KB | None | 0 0
  1. ;
  2. ; AMI - Asterisk Manager interface
  3. ;
  4. ; FreePBX needs this to be enabled. Note that if you enable it on a different IP, you need
  5. ; to assure that this can't be reached from un-authorized hosts with the ACL settings (permit/deny).
  6. ; Also, remember to configure non-default port or IP-addresses in amportal.conf.
  7. ;
  8. ; The AMI connection is used both by the portal and the operator's panel in FreePBX.
  9. ;
  10. ; FreePBX assumes an AMI connection to localhost:5038 by default.
  11. ;
  12. [general]
  13. enabled = yes
  14. port = 5038
  15. bindaddr = 0.0.0.0
  16. displayconnects=no ;only effects 1.6+
  17.  
  18. [admin]
  19. secret = ***adminpassasterisk***
  20. deny=0.0.0.0/0.0.0.0
  21. permit=127.0.0.1/255.255.255.0
  22. read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
  23. write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
  24.  
  25. #include manager_additional.conf
  26. #include manager_custom.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement