hewittc / freetdm

FreeTDM Endpoint Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeTDM

http://wiki.freeswitch.org/wiki/FreeTDM

mod_freetdm

Table of Contents

Build and install mod_freetdm

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_freetdm to modules.conf so that an out-of-source build will be performed

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

Configure, build and install FreeSWITCH

./configure
make
make install

The following commands will build and install only mod_freetdm

make mod_freetdm
make mod_freetdm-install

To run mod_freetdm within FreeSWITCH, perform the following two steps

Add mod_freetdm to freeswitch/conf/autoload_configs/modules.conf.xml
Add freetdm.conf.xml to freeswitch/conf/autoload_configs

About

FreeTDM Endpoint Module

License:Other


Languages

Language:C 98.8%Language:M4 0.5%Language:Makefile 0.3%Language:CMake 0.3%Language:Shell 0.1%