]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
document dist-dtmf member flag
authorTraun Leyden <tleyden@branchcut.com>
Thu, 30 Apr 2009 04:55:40 +0000 (04:55 +0000)
committerTraun Leyden <tleyden@branchcut.com>
Thu, 30 Apr 2009 04:55:40 +0000 (04:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13208 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/conference.conf.xml

index 2e3d07cd4f7d6ba465dbd356bb109815e65d3c99..706e35ed5b6e236fd9d6bf13c7c7b595bb444b13 100644 (file)
@@ -7,7 +7,7 @@
   </advertise>
 
   <!-- 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>
     <group name="default">
       <control action="mute" digits="0"/>
@@ -38,8 +38,9 @@
       <!-- Energy level required for audio to be sent to the other users -->
       <param name="energy-level" value="300"/>
 
-      <!--Can be | delim of waste|mute|deaf waste will always transmit data to each channel
-          even during silence -->
+      <!--Can be | delim of waste|mute|deaf|dist-dtmf waste will always transmit data to each channel
+          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"/>-->
 
       <!-- Name of the caller control group to use for this profile -->