mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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/trunk@255504 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -336,11 +336,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
</option>
|
||||
<option name="t">
|
||||
<para>Allow the called party to transfer the calling party by sending the
|
||||
DTMF sequence defined in <filename>features.conf</filename>.</para>
|
||||
DTMF sequence defined in <filename>features.conf</filename>. This setting does not perform policy enforcement on
|
||||
transfers initiated by other methods.</para>
|
||||
</option>
|
||||
<option name="T">
|
||||
<para>Allow the calling party to transfer the called party by sending the
|
||||
DTMF sequence defined in <filename>features.conf</filename>.</para>
|
||||
DTMF sequence defined in <filename>features.conf</filename>. This setting does not perform policy enforcement on
|
||||
transfers initiated by other methods.</para>
|
||||
</option>
|
||||
<option name="U" argsep="^">
|
||||
<argument name="x" required="true">
|
||||
|
Reference in New Issue
Block a user