etc_default_asterisk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Startup configuration for the Asterisk daemon
  2. # Uncomment the following and set them to the user/groups that you
  3. # want to run Asterisk as. NOTE: this requires substantial work to
  4. # be sure that Asterisk's environment has permission to write the
  5. # files required for its operation, including logs, its comm
  6. # socket, the asterisk database, etc.
  7. #AST_USER="asterisk"
  8. #AST_GROUP="asterisk"
  9. # If you DON'T want Asterisk to start up with terminal colors, comment
  10. # this out.
  11. COLOR=yes
  12. # If you want Asterisk to run with a non-default configuration file,
  13. # uncomment the following option, and set the value appropriately.
  14. #ALTCONF=/etc/asterisk/asterisk.conf
  15. # In the case of a crash, Asterisk may create a core file. Uncomment
  16. # if you want this behavior.
  17. #COREDUMP=yes
  18. # Asterisk may establish a maximum load average for the system. This
  19. # may be useful to prevent a flood of calls from taking down the system.
  20. #MAXLOAD=4
  21. # Or, if you'd prefer, you can limit the maximum number of calls.
  22. #MAXCALLS=1000
  23. # Default console verbosity. This may be raised or lowered on the console.
  24. # Note this is analogous to the -v command line switch, which by default
  25. # will cause Asterisk to start in console mode and run in the foreground,
  26. # unless the always fork (-F) option is also provided.
  27. #VERBOSITY=3
  28. # Enable internal timing if the DAHDI timer is available. The default
  29. # behaviour is that outbound packets are phase locked to inbound packets.
  30. # Enabling this option causes them to be locked to the internal DAHDI
  31. # timer instead.
  32. #INTERNALTIMING=yes
  33. # Start all recordings into a temporary directory, before moving them to
  34. # their final location.
  35. #TEMPRECORDINGLOCATION=yes