提交 5138f4d5 authored 作者: Anthony Minessale's avatar Anthony Minessale

add new stub module mod_rtc dummy signaling-free media engine endpoint

上级 94921247
......@@ -82,6 +82,7 @@ dialplans/mod_dialplan_xml
#endpoints/mod_gsmopen
#endpoints/mod_h323
#endpoints/mod_khomp
endpoints/mod_rtc
endpoints/mod_loopback
#endpoints/mod_opal
#endpoints/mod_portaudio
......
......@@ -1499,6 +1499,7 @@ AC_CONFIG_FILES([Makefile
src/mod/endpoints/mod_skypopen/Makefile
src/mod/endpoints/mod_sofia/Makefile
src/mod/endpoints/mod_unicall/Makefile
src/mod/endpoints/mod_rtc/Makefile
src/mod/event_handlers/mod_cdr_csv/Makefile
src/mod/event_handlers/mod_cdr_mongodb/Makefile
src/mod/event_handlers/mod_cdr_pg_csv/Makefile
......
include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_rtc
mod_LTLIBRARIES = mod_rtc.la
mod_rtc_la_SOURCES = mod_rtc.c
mod_rtc_la_CFLAGS = $(AM_CFLAGS)
mod_rtc_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_rtc_la_LDFLAGS = -avoid-version -module -no-undefined -shared
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论