Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
e02e41a5
提交
e02e41a5
authored
9月 23, 2014
作者:
Michael Jerris
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
don't package mod_cluechoo and don't build/load by default
上级
7d7223e9
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
3 行增加
和
9 行删除
+3
-9
modules.conf.in
build/modules.conf.in
+1
-1
modules.conf.xml
conf/vanilla/autoload_configs/modules.conf.xml
+1
-1
bootstrap.sh
debian/bootstrap.sh
+1
-2
control-modules
debian/control-modules
+0
-5
没有找到文件。
build/modules.conf.in
浏览文件 @
e02e41a5
...
...
@@ -4,7 +4,7 @@
#applications/mod_blacklist
#applications/mod_callcenter
#applications/mod_cidlookup
applications/mod_cluechoo
#
applications/mod_cluechoo
applications/mod_commands
applications/mod_conference
#applications/mod_curl
...
...
conf/vanilla/autoload_configs/modules.conf.xml
浏览文件 @
e02e41a5
...
...
@@ -60,7 +60,7 @@
<!--<load module="mod_easyroute"/>-->
<load
module=
"mod_esf"
/>
<load
module=
"mod_fsv"
/>
<
load
module=
"mod_cluechoo"
/
>
<
!--<load module="mod_cluechoo"/>--
>
<load
module=
"mod_valet_parking"
/>
<!--<load module="mod_fsk"/>-->
<!--<load module="mod_spy"/>-->
...
...
debian/bootstrap.sh
浏览文件 @
e02e41a5
...
...
@@ -15,6 +15,7 @@ avoid_mods=(
applications/mod_osp
applications/mod_rad_auth
applications/mod_skel
applications/mod_cluechoo
asr_tts/mod_cepstral
codecs/mod_com_g729
codecs/mod_ilbc
...
...
@@ -433,7 +434,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
freeswitch-mod-voicemail (= \
${
binary
:Version
}
),
freeswitch-mod-esf (= \
${
binary
:Version
}
),
freeswitch-mod-fsv (= \
${
binary
:Version
}
),
freeswitch-mod-cluechoo (= \
${
binary
:Version
}
),
freeswitch-mod-valet-parking (= \
${
binary
:Version
}
),
freeswitch-mod-httapi (= \
${
binary
:Version
}
),
freeswitch-mod-dialplan-xml (= \
${
binary
:Version
}
),
...
...
@@ -564,7 +564,6 @@ Recommends:
freeswitch-mod-blacklist (= \
${
binary
:Version
}
),
freeswitch-mod-callcenter (= \
${
binary
:Version
}
),
freeswitch-mod-cidlookup (= \
${
binary
:Version
}
),
freeswitch-mod-cluechoo (= \
${
binary
:Version
}
),
freeswitch-mod-commands (= \
${
binary
:Version
}
),
freeswitch-mod-conference (= \
${
binary
:Version
}
),
freeswitch-mod-curl (= \
${
binary
:Version
}
),
...
...
debian/control-modules
浏览文件 @
e02e41a5
...
...
@@ -30,11 +30,6 @@ Description: Caller ID name lookup
This module provides an API for querying caller ID name and location
data.
Module: applications/mod_cluechoo
Description: Clue Choo
This demo module renders a Clue Choo train on the FreeSWITCH console.
Build-Depends: libncurses5-dev
Module: applications/mod_commands
Description: Command module
This module provides miscellaneous API commands.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论