提交 c6b3a686 authored 作者: Eliot Gable's avatar Eliot Gable

Initial draft of message dispatcher system; untested, experimental. Do not…

Initial draft of message dispatcher system; untested, experimental. Do not enable unless you know what you are doing.
上级 9733740c
......@@ -209,7 +209,8 @@ library_include_HEADERS = \
libs/libtpl-1.5/src/tpl.h \
src/include/switch_limit.h \
src/include/switch_odbc.h \
src/include/switch_pgsql.h
src/include/switch_pgsql.h \
src/include/switch_dispatcher.h
nodist_libfreeswitch_la_SOURCES = \
src/include/switch_frame.h \
......@@ -266,6 +267,7 @@ libfreeswitch_la_SOURCES = \
src/switch_odbc.c \
src/switch_pgsql.c \
src/switch_limit.c \
src/switch_dispatcher.c \
src/g711.c \
src/switch_pcm.c \
src/switch_profile.c \
......
......@@ -143,6 +143,7 @@
#include "switch_pgsql.h"
#include "switch_json.h"
#include "switch_limit.h"
#include "switch_dispatcher.h"
#include <libteletone.h>
......
差异被折叠。
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论