mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Merged revisions 255504 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r255504 | lmadsen | 2010-03-31 12:48:09 -0500 (Wed, 31 Mar 2010) | 5 lines Add documentation clarifying when 't' and 'T' can be used. (closes issue #17021) Reported by: kovzol Tested by: lmadsen, kovzol, davidw, ebroad ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@255506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -202,10 +202,12 @@ static char *descrip =
|
||||
" answered the call.\n"
|
||||
" t - Allow the called party to transfer the calling party by sending the\n"
|
||||
" DTMF sequence defined in the blindxfer setting in the featuremap section\n"
|
||||
" of features.conf.\n"
|
||||
" of features.conf. This setting does not perform policy enforcement on\n"
|
||||
" transfers initiated by other methods.\n"
|
||||
" T - Allow the calling party to transfer the called party by sending the\n"
|
||||
" DTMF sequence defined in the blindxfer setting in the featuremap section\n"
|
||||
" of features.conf.\n"
|
||||
" of features.conf. This setting does not perform policy enforcement on\n"
|
||||
" transfers initiated by other methods.\n"
|
||||
" U(x[^arg]) - Execute via Gosub the routine 'x' for the *called* channel before connecting\n"
|
||||
" to the calling channel. Arguments can be specified to the Gosub\n"
|
||||
" using '^' as a delimiter. The Gosub routine can set the variable\n"
|
||||
|
||||
Reference in New Issue
Block a user