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.
 
 
lazedo b7b63a4922 KAZOO-4989 reply error if pickup cookie not found (#96) 9 years ago
bigcouch update init scripts 10 years ago
core add init.d and move files for consistency 10 years ago
freeswitch Cleaned comment from kazoo.conf.xml, added rabbit logrotate config (#94) 9 years ago
haproxy clean up scripts and resolve permissions errors in centos 7 10 years ago
kamailio KAZOO-4989 reply error if pickup cookie not found (#96) 9 years ago
rabbitmq updates for rabbitmq 10 years ago
system Cleaned comment from kazoo.conf.xml, added rabbit logrotate config (#94) 9 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 .