You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
karl anderson 8cf5f1c1ab add init.d and move files for consistency 10 years ago
bigcouch Fixed output of bigcouch init script (no longer just says is stopped) 10 years ago
core add init.d and move files for consistency 10 years ago
freeswitch add autoload config files 10 years ago
haproxy HELP-21099: restore http-server-close 10 years ago
kamailio Merge pull request #86 from 2600hz/HELP-22885 10 years ago
rabbitmq HELP-21046: force_fine_statistics has been replaced with rates_mode 10 years ago
system add init.d and move files for consistency 10 years ago
.gitignore Don't allow freeswitch.serial to be checked in 13 years ago
README.md Create README.md 10 years ago

README.md

kazoo-configs

Kazoo Configuration Files for Software We Use

Quick & dirty install

  1. Fetch this whole repo or fork it
    • git clone git@github.com:2600hz/kazoo-configs.git ~/.kazoo-configs.git
  2. Symlink this folder to /etc/kazoo
    • sudo ln -s ~/.kazoo-configs.git /etc/kazoo
  3. Get rsyslog to log stuff to /var/log/2600hz/kazoo.log with
    • cd /etc/rsyslog.d && sudo ln -s ~/.kazoo-configs.git/system/rsyslog.d/90-2600hzPlatform.conf .