Merge pull request #2705 from signalwire/unicall
[mod_unicall] Remove from tree
This commit is contained in:
commit
1d8ff1421e
|
@ -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"/>
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
<configuration name="unicall.conf" description="Unicall Configuration">
|
||||
<settings>
|
||||
<param name="context" value="default"/>
|
||||
<param name="dialplan" value="XML"/>
|
||||
<param name="suppress-dtmf-tone" value="true"/>
|
||||
</settings>
|
||||
<spans>
|
||||
<span id="1">
|
||||
<param name="protocol-class" value="mfcr2"/>
|
||||
<param name="protocol-variant" value="ar"/>
|
||||
<param name="protocol-end" value="peer"/>
|
||||
<param name="outgoing-allowed" value="true"/>
|
||||
<param name="dialplan" value="XML"/>
|
||||
<param name="context" value="default"/>
|
||||
</span>
|
||||
<span id="2">
|
||||
<param name="protocol-class" value="mfcr2"/>
|
||||
<param name="protocol-variant" value="ar"/>
|
||||
<param name="protocol-end" value="peer"/>
|
||||
<param name="outgoing-allowed" value="true"/>
|
||||
<param name="dialplan" value="XML"/>
|
||||
<param name="context" value="default"/>
|
||||
</span>
|
||||
</spans>
|
||||
</configuration>
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
include $(top_srcdir)/build/modmake.rulesam
|
||||
MODNAME=mod_unicall
|
||||
|
||||
mod_LTLIBRARIES = mod_unicall.la
|
||||
mod_unicall_la_SOURCES = mod_unicall.c
|
||||
mod_unicall_la_CFLAGS = $(AM_CFLAGS)
|
||||
mod_unicall_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_unicall_la_LDFLAGS = -avoid-version -module -no-undefined -shared
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue