Skip to content

Commit

Permalink
Merge pull request #2705 from signalwire/unicall
Browse files Browse the repository at this point in the history
[mod_unicall] Remove from tree
  • Loading branch information
andywolk authored Jan 9, 2025
2 parents cdd6763 + b033d27 commit 1d8ff14
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,942 deletions.
1 change: 0 additions & 1 deletion conf/vanilla/autoload_configs/modules.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<load module="mod_loopback"/>
<!-- <load module="mod_woomera"/> -->
<!-- <load module="mod_freetdm"/> -->
<!-- <load module="mod_unicall"/> -->
<!-- <load module="mod_skinny"/> -->
<!-- <load module="mod_khomp"/> -->
<load module="mod_rtc"/>
Expand Down
25 changes: 0 additions & 25 deletions conf/vanilla/autoload_configs/unicall.conf.xml

This file was deleted.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,6 @@ AC_CONFIG_FILES([Makefile
src/mod/endpoints/mod_rtmp/Makefile
src/mod/endpoints/mod_skinny/Makefile
src/mod/endpoints/mod_sofia/Makefile
src/mod/endpoints/mod_unicall/Makefile
src/mod/endpoints/mod_rtc/Makefile
src/mod/endpoints/mod_verto/Makefile
src/mod/event_handlers/mod_amqp/Makefile
Expand Down
1 change: 0 additions & 1 deletion debian/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ avoid_mods=(
endpoints/mod_khomp
endpoints/mod_opal
endpoints/mod_reference
endpoints/mod_unicall
event_handlers/mod_smpp
event_handlers/mod_event_zmq
formats/mod_webm
Expand Down
4 changes: 0 additions & 4 deletions debian/control-modules
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,6 @@ Module: endpoints/mod_sofia
Description: mod_sofia
Adds mod_sofia.

Module: endpoints/mod_unicall
Description: mod_unicall
Adds mod_unicall.

Module: endpoints/mod_verto
Description: Adds mod_verto.
Adds mod_verto.
Expand Down
1 change: 0 additions & 1 deletion freeswitch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,6 @@ fi
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/timezones.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/translate.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/tts_commandline.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/unicall.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/verto.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/voicemail.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/voicemail_ivr.conf.xml
Expand Down
1 change: 0 additions & 1 deletion src/mod/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
/say/mod_say_ru/Makefile
/timers/mod_posix_timer/Makefile
/timers/mod_timerfd/Makefile
/endpoints/mod_unicall/Makefile
*/*/Makefile.in
*/*/Makefile
*/*/mod_*.log
Expand Down
8 changes: 0 additions & 8 deletions src/mod/endpoints/mod_unicall/Makefile.am

This file was deleted.

Loading

0 comments on commit 1d8ff14

Please sign in to comment.