Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
4fb2c5ca
提交
4fb2c5ca
authored
11月 30, 2010
作者:
Moises Silva
浏览文件
操作
浏览文件
下载
差异文件
Merge remote branch 'smgfs/master'
上级
93ab7fa9
1f329ad5
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
138 行增加
和
5 行删除
+138
-5
callcenter.conf.xml
conf/autoload_configs/callcenter.conf.xml
+1
-0
erlang_event.conf.xml
conf/autoload_configs/erlang_event.conf.xml
+9
-0
modules.conf.xml
conf/autoload_configs/modules.conf.xml
+96
-0
switch.conf.xml
conf/autoload_configs/switch.conf.xml
+6
-0
voicemail.conf.xml
conf/autoload_configs/voicemail.conf.xml
+4
-3
internal.xml
conf/sip_profiles/internal.xml
+20
-0
internal.xml
conf/skinny_profiles/internal.xml
+1
-1
vars.xml
conf/vars.xml
+1
-1
没有找到文件。
conf/autoload_configs/callcenter.conf.xml
浏览文件 @
4fb2c5ca
...
...
@@ -13,6 +13,7 @@
<param
name=
"time-base-score"
value=
"system"
/>
<param
name=
"max-wait-time"
value=
"0"
/>
<param
name=
"max-wait-time-with-no-agent"
value=
"0"
/>
<param
name=
"max-wait-time-with-no-agent-time-reached"
value=
"5"
/>
<param
name=
"tier-rules-apply"
value=
"false"
/>
<param
name=
"tier-rule-wait-second"
value=
"300"
/>
<param
name=
"tier-rule-wait-multiply-level"
value=
"true"
/>
...
...
conf/autoload_configs/erlang_event.conf.xml
浏览文件 @
4fb2c5ca
...
...
@@ -2,7 +2,16 @@
<settings>
<param
name=
"listen-ip"
value=
"0.0.0.0"
/>
<param
name=
"listen-port"
value=
"8031"
/>
<!-- Specify the first part of the node name
(the host part after the @ will be autodetected)
OR pass a complete nodename to avoid autodetection
eg. freeswitch@example or freeswitch@example.com.
If you pass a complete node name, the 'shortname' parameter has no effect. -->
<param
name=
"nodename"
value=
"freeswitch"
/>
<!-- Specify this OR 'cookie-file' or $HOME/.erlang.cookie will be read -->
<param
name=
"cookie"
value=
"ClueCon"
/>
<!-- Read a cookie from an arbitary erlang cookie file instead -->
<!--<param name="cookie-file" value="/tmp/erlang.cookie"/>-->
<param
name=
"shortname"
value=
"true"
/>
<!-- in additon to cookie, optionally restrict by ACL -->
<!--<param name="apply-inbound-acl" value="lan"/>-->
...
...
conf/autoload_configs/modules.conf.xml
浏览文件 @
4fb2c5ca
<configuration
name=
"modules.conf"
description=
"Modules"
>
<modules>
<!-- Loggers (I'd load these first) -->
<load
module=
"mod_console"
/>
<load
module=
"mod_logfile"
/>
<!-- <load module="mod_syslog"/> -->
<!--<load module="mod_yaml"/>-->
<!-- Multi-Faceted -->
<!-- mod_enum is a dialplan interface, an application interface and an api command interface -->
<load
module=
"mod_enum"
/>
<!-- XML Interfaces -->
<!-- <load module="mod_xml_rpc"/> -->
<!-- <load module="mod_xml_curl"/> -->
<!-- <load module="mod_xml_cdr"/> -->
<!-- Event Handlers -->
<load
module=
"mod_cdr_csv"
/>
<!-- <load module="mod_event_multicast"/> -->
<load
module=
"mod_event_socket"
/>
<!-- <load module="mod_zeroconf"/> -->
<!-- <load module="mod_erlang_event"/> -->
<!-- Directory Interfaces -->
<!-- <load module="mod_ldap"/> -->
<!-- Endpoints -->
<!-- <load module="mod_dingaling"/> -->
<!-- <load module="mod_portaudio"/> -->
<!-- <load module="mod_alsa"/> -->
<load
module=
"mod_sofia"
/>
<load
module=
"mod_loopback"
/>
<!-- <load module="mod_woomera"/> -->
<!-- <load module="mod_freetdm"/> -->
<!-- <load module="mod_openzap"/> -->
<!-- <load module="mod_unicall"/> -->
<!-- <load module="mod_skinny"/> -->
<!-- Applications -->
<load
module=
"mod_commands"
/>
<load
module=
"mod_conference"
/>
<load
module=
"mod_db"
/>
<load
module=
"mod_dptools"
/>
<load
module=
"mod_expr"
/>
<load
module=
"mod_fifo"
/>
<load
module=
"mod_hash"
/>
<load
module=
"mod_voicemail"
/>
<!--<load module="mod_directory"/>-->
<!--<load module="mod_lcr"/>-->
<load
module=
"mod_esf"
/>
<load
module=
"mod_fsv"
/>
<load
module=
"mod_cluechoo"
/>
<load
module=
"mod_valet_parking"
/>
<!--<load module="mod_spy"/>-->
<!-- SNOM Module -->
<!--<load module="mod_snom"/>-->
<!-- Dialplan Interfaces -->
<!-- <load module="mod_dialplan_directory"/> -->
<load
module=
"mod_dialplan_xml"
/>
<load
module=
"mod_dialplan_asterisk"
/>
<!-- Codec Interfaces -->
<load
module=
"mod_spandsp"
/>
<load
module=
"mod_g723_1"
/>
<load
module=
"mod_g729"
/>
<load
module=
"mod_amr"
/>
<load
module=
"mod_ilbc"
/>
<load
module=
"mod_speex"
/>
<load
module=
"mod_h26x"
/>
<load
module=
"mod_siren"
/>
<!--<load module="mod_celt"/>-->
<!-- File Format Interfaces -->
<load
module=
"mod_sndfile"
/>
<load
module=
"mod_native_file"
/>
<!--For icecast/mp3 streams/files-->
<!--<load module="mod_shout"/>-->
<!--For local streams (play all the files in a directory)-->
<load
module=
"mod_local_stream"
/>
<load
module=
"mod_tone_stream"
/>
<load
module=
"mod_file_string"
/>
<!-- Timers -->
<!-- Languages -->
<load
module=
"mod_spidermonkey"
/>
<!-- <load module="mod_perl"/> -->
<!-- <load module="mod_python"/> -->
<!-- <load module="mod_java"/> -->
<load
module=
"mod_lua"
/>
<!-- ASR /TTS -->
<!-- <load module="mod_flite"/> -->
<!-- <load module="mod_pocketsphinx"/> -->
<!-- <load module="mod_cepstral"/> -->
<!-- <load module="mod_tts_commandline"/> -->
<!-- <load module="mod_rss"/> -->
<!-- Say -->
<load
module=
"mod_say_en"
/>
<load
module=
"mod_say_ru"
/>
<!-- <load module="mod_say_zh"/> -->
<!-- Third party modules -->
<!--<load module="mod_nibblebill"/>-->
</modules>
</configuration>
conf/autoload_configs/switch.conf.xml
浏览文件 @
4fb2c5ca
...
...
@@ -15,6 +15,11 @@
<key
name=
"12"
value=
"version"
/>
</cli-keybindings>
<default-ptimes>
<!-- set this to overide the 20ms assumption of various codecs in the sdp with no ptime defined -->
<!--<codec name="G729" ptime="40"/>-->
</default-ptimes>
<settings>
<!--Colorize the Console -->
<param
name=
"colorize-console"
value=
"true"
/>
...
...
@@ -81,6 +86,7 @@
<!-- <param name="core-db-dsn" value="dsn:username:password" /> -->
<!-- The system will create all the db schemas automatically, set this to false to avoid this behaviour-->
<!--<param name="auto-create-schemas" value="true"/>-->
<!-- <param name="core-dbtype" value="MSSQL"/> -->
</settings>
</configuration>
...
...
conf/autoload_configs/voicemail.conf.xml
浏览文件 @
4fb2c5ca
...
...
@@ -33,9 +33,10 @@
<param
name=
"ff-key"
value=
"6"
/>
<param
name=
"rew-key"
value=
"4"
/>
<param
name=
"skip-greet-key"
value=
"#"
/>
<!--<param name="previous-message-key" value=""/>-->
<!--<param name="next-message-key" value=""/>-->
<!--<param name="skip-info-key" value=""/>-->
<param
name=
"previous-message-key"
value=
"1"
/>
-->
<param
name=
"next-message-key"
value=
"3"
/>
<param
name=
"skip-info-key"
value=
"*"
/>
<param
name=
"repeat-message-key"
value=
"0"
/>
<param
name=
"record-silence-threshold"
value=
"200"
/>
<param
name=
"record-silence-hits"
value=
"2"
/>
<param
name=
"web-template-file"
value=
"web-vm.tpl"
/>
...
...
conf/sip_profiles/internal.xml
浏览文件 @
4fb2c5ca
...
...
@@ -42,6 +42,26 @@
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
<!-- <param name="shutdown-on-fail" value="true"/> -->
<param
name=
"sip-trace"
value=
"no"
/>
<!--
Sometimes, in extremely rare edge cases, the Sofia SIP stack may stop
responding. These options allow you to enable and control a watchdog
on the Sofia SIP stack so that if it stops responding for the
specified number of milliseconds, it will cause FreeSWITCH to shut
down immediately. This is useful if you run in an HA environment and
need to ensure automated recovery from such a condition. Note that if
your server is idle a lot, the watchdog may fire due to not receiving
any SIP messages. Thus, if you expect your system to be idle, you
should leave the watchdog disabled. It can be toggled on and off
through the FreeSWITCH CLI either on an individual profile basis or
globally for all profiles. So, if you run in an HA environment with a
master and slave, you should use the CLI to make sure the watchdog is
only enabled on the master.
-->
<param
name=
"watchdog-enabled"
value=
"no"
/>
<param
name=
"watchdog-step-timeout"
value=
"30000"
/>
<param
name=
"watchdog-event-timeout"
value=
"30000"
/>
<param
name=
"log-auth-failures"
value=
"true"
/>
<param
name=
"forward-unsolicited-mwi-notify"
value=
"false"
/>
...
...
conf/skinny_profiles/internal.xml
浏览文件 @
4fb2c5ca
...
...
@@ -16,7 +16,7 @@
<soft-key-set-sets>
<soft-key-set-set
name=
"default"
>
<soft-key-set
name=
"KeySetOnHook"
value=
"SoftkeyNewcall,SoftkeyRedial"
/>
<soft-key-set
name=
"KeySetOffHook"
value=
",Softkey
Newcal
l,SoftkeyEndcall"
/>
<soft-key-set
name=
"KeySetOffHook"
value=
",Softkey
Redia
l,SoftkeyEndcall"
/>
<soft-key-set
name=
"KeySetDigitsAfterDialingFirstDigit"
value=
"SoftkeyBackspace,,SoftkeyEndcall"
/>
<soft-key-set
name=
"KeySetConnected"
value=
"SoftkeyEndcall,SoftkeyHold,SoftkeyNewcall,SoftkeyTransfer"
/>
<soft-key-set
name=
"KeySetRingIn"
value=
"SoftkeyAnswer,SoftkeyEndcall,SoftkeyNewcall"
/>
...
...
conf/vars.xml
浏览文件 @
4fb2c5ca
...
...
@@ -195,7 +195,7 @@
<!-- various debug and defaults -->
<X-PRE-PROCESS
cmd=
"set"
data=
"call_debug=false"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"console_loglevel=
debug
"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"console_loglevel=
info
"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"default_areacode=918"
/>
<X-PRE-PROCESS
cmd=
"set"
data=
"default_country=US"
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论