document dist-dtmf member flag
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d624e70a54
commit
0d1572607b
|
@ -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 @@
|
||||||
<!-- 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 -->
|
||||||
|
|
Loading…
Reference in New Issue