提交 0d157260 authored 作者: Traun Leyden's avatar Traun Leyden

document dist-dtmf member flag

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d624e70a
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</advertise> </advertise>
<!-- These are the default keys that map when you do not specify a caller control group --> <!-- These are the default keys that map when you do not specify a caller control group -->
<!-- Note: none and default are reserved names for group names --> <!-- Note: none and default are reserved names for group names. Disabled if dist-dtmf member flag is set. -->
<caller-controls> <caller-controls>
<group name="default"> <group name="default">
<control action="mute" digits="0"/> <control action="mute" digits="0"/>
...@@ -38,8 +38,9 @@ ...@@ -38,8 +38,9 @@
<!-- Energy level required for audio to be sent to the other users --> <!-- Energy level required for audio to be sent to the other users -->
<param name="energy-level" value="300"/> <param name="energy-level" value="300"/>
<!--Can be | delim of waste|mute|deaf waste will always transmit data to each channel <!--Can be | delim of waste|mute|deaf|dist-dtmf waste will always transmit data to each channel
even during silence --> even during silence. dist-dtmf propagates dtmfs to all other members, but channel controls
via dtmf will be disabled. -->
<!--<param name="member-flags" value="waste"/>--> <!--<param name="member-flags" value="waste"/>-->
<!-- Name of the caller control group to use for this profile --> <!-- Name of the caller control group to use for this profile -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论