Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
4c644fe2
提交
4c644fe2
authored
12月 13, 2007
作者:
Brian West
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
gone
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@6750
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
e03ff79f
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
1 行增加
和
214 行删除
+1
-214
console.conf.xml
conf/autoload_configs/console.conf.xml
+1
-1
default_context_old.xml
conf/default_context_old.xml
+0
-213
没有找到文件。
conf/autoload_configs/console.conf.xml
浏览文件 @
4c644fe2
...
...
@@ -6,7 +6,7 @@
name can be a file name, function name or 'all'
value is one or more of debug,info,notice,warning,err,crit,alert,all
-->
<map
name=
"all"
value=
"info,notice,warning,err,crit,alert"
/>
<map
name=
"all"
value=
"
debug,
info,notice,warning,err,crit,alert"
/>
</mappings>
<settings>
<!-- comment or set to false for no color logging -->
...
...
conf/default_context_old.xml
deleted
100644 → 0
浏览文件 @
e03ff79f
<!-- Valid fields in conditions: -->
<!-- "dialplan, caller_id_name, ani, ani2, caller_id_number, -->
<!-- rdnis, destination_number, uuid, source, context, chan_name" -->
<!-- *NOTE* The special context name 'any' will match any context -->
<context
name=
"default"
>
<extension
name=
"556"
>
<!-- demo phrases -->
<condition
field=
"destination_number"
expression=
"^556$"
>
<action
application=
"answer"
/>
<action
application=
"sleep"
data=
"1000"
/>
<action
application=
"phrase"
data=
"spell,${caller_id_name}"
/>
<action
application=
"phrase"
data=
"spell-phonetic,${caller_id_name}"
/>
<action
application=
"phrase"
data=
"timespec,12:45:15"
/>
<action
application=
"phrase"
data=
"saydate,0"
/>
<action
application=
"phrase"
data=
"msgcount,130"
/>
<action
application=
"phrase"
data=
"ip-addr,66.250.68.194"
/>
<action
application=
"phrase"
data=
"saydate,$strepoch(2006-03-23 7:23)"
/>
<!--<action application="phrase" data="timeleft,3:30"/>-->
</condition>
</extension>
<extension
name=
"7771"
>
<condition
field=
"destination_number"
expression=
"^7771$"
>
<action
application=
"answer"
/>
<action
application=
"set"
data=
"voicemail_authorized=${sip_authorized}"
/>
<action
application=
"voicemail"
data=
"check demo $${domain} ${sip_mailbox}"
/>
</condition>
</extension>
<extension
name=
"7772"
>
<condition
field=
"destination_number"
expression=
"^7772$"
>
<action
application=
"answer"
/>
<action
application=
"voicemail"
data=
"demo $${domain} ${sip_mailbox}"
/>
</condition>
</extension>
<extension
name=
"9193"
>
<condition
field=
"destination_number"
expression=
"^9193$"
>
<action
application=
"set"
data=
"bridge_pre_execute_bleg_app=soundtouch"
/>
<!-- send or recv indicates which direction the dtmf is parsed from
since this example is send and it's being called on the b leg
the application will intercept the dtmf from being sent to the b leg
a.k.a. by the dtmf of the A leg.
if it were 'recv' then it would be parsed when the dtmf was
received *from* the b leg so it could control itself.
The optional keywords "read" and "write" will also change the stream replaced
-->
<action
application=
"set"
data=
"bridge_pre_execute_bleg_data=send -4s"
/>
<action
application=
"bridge"
data=
"sofia/$${domain}/foo"
/>
</condition>
</extension>
<extension
name=
"9192"
>
<condition
field=
"destination_number"
expression=
"^9192$"
>
<!-- Maintain Buffer of 128k of audio (default is 64k) -->
<action
application=
"set"
data=
"stream_prebuffer=131072"
/>
<!-- Play a stream -->
<action
application=
"playback"
data=
"shout://mp3.ihets.org/wfyihd132"
/>
</condition>
</extension>
<!-- FreeNUM.org ISN Lookups -->
<extension
name=
"ISN_Lookup"
>
<condition
field=
"destination_number"
expression=
"^([0-9]*)\*([0-9]*)$"
>
<action
application=
"enum"
data=
"$1 $2.freenum.org"
/>
<action
application=
"log"
data=
"${enum_auto_route}"
/>
<action
application=
"bridge"
data=
"${enum_auto_route}"
/>
</condition>
</extension>
<!-- Example extension for require auth per-call. -->
<extension
name=
"9191"
>
<!-- Match the destination digits of 9191 -->
<condition
field=
"destination_number"
expression=
"^9191$"
/>
<!-- Make sure the sip_authorized variable is set (set on all authed calls)
If it isn't, then send an auth challange.
-->
<condition
field=
"${sip_authorized}"
expression=
"true"
>
<anti-action
application=
"reject"
data=
"407"
/>
</condition>
<!-- If you made it here all is well and the call is authed.
Do whatever you wish.
-->
<condition>
<action
application=
"playback"
data=
"/tmp/itworked.wav"
/>
</condition>
</extension>
<extension
name=
"tollfree"
>
<condition
field=
"destination_number"
expression=
"^(18(0{2}|8{2}|7{2}|6{2})\d{7})$"
>
<action
application=
"enum"
data=
"$1"
/>
<action
application=
"bridge"
data=
"${enum_auto_route}"
/>
</condition>
</extension>
<!-- Call the FreeSWITCH conference via IAX -->
<!--<extension name="FreeSWITCH Conference IAX">-->
<!--<condition field="destination_number" expression="^8888$">-->
<!--<action application="bridge" data="iax/guest@conference.freeswitch.org/888"/>-->
<!--</condition>-->
<!--</extension>-->
<extension
name=
"set_codec"
continue=
"true"
>
<condition
field=
"source"
expression=
"mod_portaudio"
>
<action
application=
"export"
data=
"absolute_codec_string=$${global_codec_prefs}"
/>
<action
application=
"export"
data=
"nolocal:jitterbuffer_msec=180"
/>
</condition>
</extension>
<extension
name=
"testmusic"
>
<condition
field=
"destination_number"
expression=
"^1234$"
>
<!-- Request a certain tone/file to be played while you wait for the call to be answered-->
<action
application=
"set"
data=
"ringback=${us-ring}"
/>
<!--<action application="set" data="ringback=/home/ring.wav"/>-->
<!--<action application="set" data="jitterbuffer_msec=180"/>-->
<action
application=
"bridge"
data=
"sofia/$${sip_profile}/1234@conference.freeswitch.org"
/>
</condition>
</extension>
<!-- Enter an existing conference -->
<extension
name=
"1000"
>
<condition
field=
"destination_number"
expression=
"^1000$"
>
<action
application=
"conference"
data=
"freeswitch"
/>
</condition>
</extension>
<!-- Start a dynamic conference and call someone at the same time -->
<extension
name=
"2000"
>
<condition
field=
"destination_number"
expression=
"^2000$"
>
<action
application=
"conference"
data=
"bridge:mydynaconf:sofia/$${sip_profile}/1234@conference.freeswitch.org"
/>
</condition>
</extension>
<!-- extensions starting with 4, all the numbers after 4 form a numeric filename -->
<!-- continue="true" means keep looking for more extensions to match -->
<!-- *NOTE* The entire dialplan is parsed ONCE when the call starts -->
<!-- so any call info acquired after the various actions cannot -->
<!-- be taken into consideration. -->
<!-- The first match will play a beep and the second one plays -->
<!-- the desired file. This is for demo purposes both actions -->
<!-- could have been under the same <extension> tag as well. -->
<extension
name=
"playsound1"
continue=
"true"
>
<condition
field=
"source"
expression=
"mod_sofia"
/>
<condition
field=
"destination_number"
expression=
"^4(\d+)"
>
<action
application=
"playback"
data=
"/var/sounds/beep.gsm"
/>
</condition>
</extension>
<extension
name=
"playsound2"
>
<condition
field=
"source"
expression=
"mod_sofia"
/>
<condition
field=
"destination_number"
expression=
"^4(\d+)"
>
<action
application=
"playback"
data=
"/root/$1.raw"
/>
</condition>
</extension>
<!-- send everything with a certian RDNIS to Wanpipe ISDN -->
<extension
name=
"To PRI"
>
<condition
field=
"rdnis"
expression=
"8881231234"
/>
<condition
field=
"destination_number"
expression=
"(.*)"
>
<action
application=
"bridge"
data=
"wanpipe/pri/a/a/$1"
/>
</condition>
</extension>
<!-- Push a call into the fifo Queue (Park) -->
<extension
name=
"Park Queue"
>
<condition
field=
"destination_number"
expression=
"400"
>
<!-- This will place the call into myqueue and play moh.wav while waiting and announce before bridge -->
<action
application=
"fifo"
data=
"in myqueue /tmp/announce.wav /tmp/moh.wav"
/>
<!-- This is an example with MOH but no announce -->
<!-- <action application="fifo" data="in myqueue undef /tmp/moh.wav"/> -->
</condition>
</extension>
<!-- Pop a call out of the fifo Queue (Unpark) -->
<extension
name=
"Unpark Queue"
>
<condition
field=
"destination_number"
expression=
"401"
>
<!-- This is "wait" mode which means the caller/agent can press * to go back and wait ending the bridge -->
<action
application=
"fifo"
data=
"out myqueue /tmp/queue-announce.wav /tmp/agent-moh.wav"
/>
<!-- This is "nowait" which will return to the dial plan if nobody is in queue -->
<!-- <action application="fifo" data="out myqueue nowait"/> -->
</condition>
</extension>
<!-- Call *MUST* originate from mod_iax and also be dialing ext 9999-->
<extension
name=
"9999"
>
<condition
field=
"source"
expression=
"mod_iax"
/>
<condition
field=
"destination_number"
expression=
"9999"
>
<action
application=
"playback"
data=
"/var/sounds/beep.gsm"
/>
</condition>
</extension>
<!--This extension will start a conference and invite several people upon entering -->
<extension
name=
"0911"
>
<condition
field=
"destination_number"
expression=
"0911"
>
<!--These params effect the outcalls made once you join-->
<action
application=
"set"
data=
"conference_auto_outcall_caller_id_name=pissed off boss"
/>
<action
application=
"set"
data=
"conference_auto_outcall_caller_id_number=0911"
/>
<action
application=
"set"
data=
"conference_auto_outcall_timeout=60"
/>
<action
application=
"set"
data=
"conference_auto_outcall_flags=none"
/>
<action
application=
"set"
data=
"conference_auto_outcall_announce=say:You have been called into an emergency conference"
/>
<!--Add as many of these as you need, These are the people you are going to call-->
<action
application=
"conference_set_auto_outcall"
data=
"sofia/gateway/mygateway/12121231234"
/>
<action
application=
"conference_set_auto_outcall"
data=
"sofia/$${domain}/1234@somewhere.com"
/>
<action
application=
"conference"
data=
"cool@default"
/>
</condition>
</extension>
</context>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论