[svn-commits] mjordan: trunk r430527 - in /trunk: ./ configs/samples/features.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jan 12 12:28:52 CST 2015


Author: mjordan
Date: Mon Jan 12 12:28:50 2015
New Revision: 430527

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430527
Log:
configs/samples/features.conf.sample: Document attended transfer DTMF options

The sample config was missing the configuration options for DTMF attended
transfer completion scenarios. The configuration options 'atxferabort',
'atxfercomplete', 'atxferthreeway', and 'atxferswap' are now documented in the
appropriate configuration file.

ASTERISK-24678 #close
Reported by: Niklas Larsson
patches:
  features.conf.sample.diff uploaded by Niklas Larsson (License 5068)
........

Merged revisions 430526 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    trunk/   (props changed)
    trunk/configs/samples/features.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.

Modified: trunk/configs/samples/features.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/samples/features.conf.sample?view=diff&rev=430527&r1=430526&r2=430527
==============================================================================
--- trunk/configs/samples/features.conf.sample (original)
+++ trunk/configs/samples/features.conf.sample Mon Jan 12 12:28:50 2015
@@ -28,7 +28,10 @@
                                 ; being kicked back to the original call.
 ;transferretrysound = "beep"    ; Sound to play when a transferer fails to dial a valid extension.
 ;transferinvalidsound = "beeperr" ; Sound to play when a transferer fails to dial a valid extension and is out of retries.
-
+;atxferabort = *1               ; cancel the attended transfer
+;atxfercomplete = *2            ; complete the attended transfer, dropping out of the call
+;atxferthreeway = *3            ; complete the attended transfer, but stay in the call. This will turn the call into a multi-party bridge
+;atxferswap = *4                ; swap to the other party. Once an attended transfer has begun, this options may be used multiple times
 
 ; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
 ; They can not be used while the remote party is ringing or in progress. If you require this feature you can use




More information about the svn-commits mailing list