Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
0e4a1ce8
提交
0e4a1ce8
authored
4月 02, 2011
作者:
Michal Bielicki
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Added Hebrew Language package to debian buildsystem
上级
046fb90d
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
35 行增加
和
1 行删除
+35
-1
changelog
debian/changelog
+6
-0
control
debian/control
+13
-0
freeswitch-lang-he.conffiles
debian/freeswitch-lang-he.conffiles
+7
-0
freeswitch-lang-he.install
debian/freeswitch-lang-he.install
+8
-0
rules
debian/rules
+1
-1
没有找到文件。
debian/changelog
浏览文件 @
0e4a1ce8
freeswitch (1.0.head-git.master.20110402.1-1) unstable; urgency=low
* Added Hebrew lang package
-- Michal Bielicki <michal.bielicki@seventhsignal.de> Sat, 02 Apr 2011 03:12:02 +0200
freeswitch (1.0.head-git.master.20110330.1-1) unstable; urgency=low
* removed mod_file_string since it has been merged into dptoolsa
...
...
debian/control
浏览文件 @
0e4a1ce8
...
...
@@ -250,6 +250,19 @@ Description: Russian language files for FreeSWITCH
This package contains the mod_say_ru module and available language
configuration files.
Package: freeswitch-lang-he
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
Description: Hebrew language files for FreeSWITCH
FreeSWITCH is an open source telephony platform designed to facilitate the
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
.
This package contains the mod_say_he module and available language
configuration files.
Package: freeswitch-freetdm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freeswitch
...
...
debian/freeswitch-lang-he.conffiles
0 → 100644
浏览文件 @
0e4a1ce8
/opt/freeswitch/conf/lang/he/demo/demo-ivr.xml
/opt/freeswitch/conf/lang/he/demo/demo.xml
/opt/freeswitch/conf/lang/he/dir/sounds.xml
/opt/freeswitch/conf/lang/he/dir/tts.xml
/opt/freeswitch/conf/lang/he/ru.xml
/opt/freeswitch/conf/lang/he/vm/sounds.xml
/opt/freeswitch/conf/lang/he/vm/tts.xml
debian/freeswitch-lang-he.install
0 → 100644
浏览文件 @
0e4a1ce8
opt
/
freeswitch
/
conf
/
lang
/
he
/
demo
/
demo
-
ivr
.
xml
opt
/
freeswitch
/
conf
/
lang
/
he
/
demo
/
demo
.
xml
opt
/
freeswitch
/
conf
/
lang
/
he
/
dir
/
sounds
.
xml
opt
/
freeswitch
/
conf
/
lang
/
he
/
dir
/
tts
.
xml
opt
/
freeswitch
/
conf
/
lang
/
he
/
ru
.
xml
opt
/
freeswitch
/
conf
/
lang
/
he
/
vm
/
sounds
.
xml
opt
/
freeswitch
/
conf
/
lang
/
he
/
vm
/
tts
.
xml
opt
/
freeswitch
/
mod
/
mod_say_he
.
so
*
debian/rules
浏览文件 @
0e4a1ce8
...
...
@@ -28,7 +28,7 @@ export FORMATS_MODULES= formats/mod_local_stream formats/mod_native_file formats
formats/mod_shout formats/mod_sndfile formats/mod_tone_stream
export LANGUAGES_MODULES=languages/mod_spidermonkey languages/mod_perl languages/mod_lua languages/mod_python
export LOGGERS_MODULES=loggers/mod_console loggers/mod_logfile loggers/mod_syslog
export SAY_MODULES=say/mod_say_en say/mod_say_it say/mod_say_de say/mod_say_fr say/mod_say_es say/mod_say_nl say/mod_say_ru
export SAY_MODULES=say/mod_say_en say/mod_say_it say/mod_say_de say/mod_say_fr say/mod_say_es say/mod_say_nl say/mod_say_ru
say/mod_say_he
export XML_INT_MODULES=xml_int/mod_xml_rpc xml_int/mod_xml_curl xml_int/mod_xml_cdr
export TIMER_MODULES=timers/mod_timerfd
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论