Skip to content

Commit

Permalink
[Build-System] Remove freetdm from the FreeSWITCH tree. Use out-of-tr…
Browse files Browse the repository at this point in the history
  • Loading branch information
andywolk committed Aug 19, 2021
1 parent 53be1ab commit 380fd06
Show file tree
Hide file tree
Showing 223 changed files with 2 additions and 118,395 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ Release/
/libs/esl/fs_ivrd
/libs/esl/testclient
/libs/esl/testserver
/libs/freetdm/detect_dtmf
/libs/freetdm/detect_tones
/libs/freetdm/testanalog
/libs/freetdm/testapp
/libs/freetdm/testcid
/libs/freetdm/testpri
/libs/freetdm/testr2
/libs/freetdm/testsangomaboost
/libs/freetdm/testtones
/libs/fsg729-*-installer
/libs/g729/
/libs/libcodec2/compile
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BGJOB=false
VERBOSE=false
BASEDIR=`pwd`;
LIBDIR=${BASEDIR}/libs;
SUBDIRS="apr libzrtp iksemel libdingaling srtp freetdm unimrcp fs";
SUBDIRS="apr libzrtp iksemel libdingaling srtp unimrcp fs";

while getopts 'jhd:v' o; do
case "$o" in
Expand Down
2 changes: 1 addition & 1 deletion build/modules.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ xml_int/mod_xml_cdr
xml_int/mod_xml_rpc
xml_int/mod_xml_scgi

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

## Experimental Modules (don't cry if they're broken)
#../../contrib/mod/xml_int/mod_xml_odbc
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,6 @@ if test "$use_system_aprutil" != "yes"; then
fi
AC_CONFIG_SUBDIRS([libs/iksemel])
AC_CONFIG_SUBDIRS([libs/libdingaling])
AC_CONFIG_SUBDIRS([libs/freetdm])
AC_CONFIG_SUBDIRS([libs/unimrcp])
if test "x${enable_zrtp}" = "xyes"; then
AC_CONFIG_SUBDIRS([libs/libzrtp])
Expand Down
6 changes: 0 additions & 6 deletions libs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ opal
/esl/Release/
/flite-*/
/freeradius-client-*/
/freetdm/build/compile
/freetdm/COPYING
/freetdm/INSTALL
/freetdm/Makefile.in
/freetdm/msvc/Debug/
/freetdm/msvc/Release/
/iksemel/build/compile
/iksemel/doc/Makefile
/iksemel/doc/Makefile.in
Expand Down
39 changes: 0 additions & 39 deletions libs/freetdm/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion libs/freetdm/.update

This file was deleted.

Empty file removed libs/freetdm/AUTHORS
Empty file.
244 changes: 0 additions & 244 deletions libs/freetdm/CMakeLists.txt

This file was deleted.

Empty file removed libs/freetdm/ChangeLog
Empty file.
Loading

0 comments on commit 380fd06

Please sign in to comment.