Skip to content

Socket Controlled Event Handler module for FreeSWITCH

License

Notifications You must be signed in to change notification settings

freeswitch/mod_kazoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod_kazoo

Socket Controlled Event Handler module for FreeSWITCH

Table of Contents

Build and install mod_kazoo

Make sure you have erlang-dev package installed.

Change to a directory where the FreeSWITCH sources will be compiled

cd /usr/src

Clone the FreeSWITCH repository into the above directory

git clone https://github.com/signalwire/freeswitch.git

Perform an initial bootstrap of FreeSWITCH so that a modules.conf file is created

./bootstrap.sh

Add the mod_kazoo to modules.conf so that an out-of-source build will be performed

mod_kazoo|https://github.com/freeswitch/mod_kazoo.git -b master

Configure, build and install FreeSWITCH

./configure
make
make install

The following commands will build and install only mod_kazoo

make mod_kazoo
make mod_kazoo-install

About

Socket Controlled Event Handler module for FreeSWITCH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages