]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add documentation clarifying when 't' and 'T' can be used.
authorLeif Madsen <leif@leifmadsen.com>
Wed, 31 Mar 2010 17:42:58 +0000 (17:42 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Wed, 31 Mar 2010 17:42:58 +0000 (17:42 +0000)
(closes issue #17021)
Reported by: kovzol
Tested by: lmadsen, kovzol, davidw, ebroad

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@255503 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c
configs/sip.conf.sample

index b8ce0fabed233926ec7f824ba67a8786dfcaf72d..48a4d3b018038433ecb2b7496e301e19b86a4843 100644 (file)
@@ -203,10 +203,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"
 "    w    - Allow the called party to enable recording of the call by sending\n"
 "           the DTMF sequence defined in the automon setting in the featuremap section\n"
 "           of features.conf.\n"
index 838196d8041e9659d6e05bb13c557e5f7903732a..f0235bcd14c4dd607f816444d867d0b71ba467ee 100644 (file)
@@ -47,7 +47,8 @@ context=default                 ; Default context for incoming calls
 ;allowguest=no                  ; Allow or reject guest calls (default is yes)
 allowoverlap=no                 ; Disable overlap dialing support. (Default is yes)
 ;allowtransfer=no               ; Disable all transfers (unless enabled in peers or users)
-                                ; Default is enabled
+                                ; Default is enabled. The Dial() options 't' and 'T' are not
+                                ; related as to whether SIP transfers are allowed or not.
 ;realm=mydomain.tld             ; Realm for digest authentication
                                 ; defaults to "asterisk". If you set a system name in
                                 ; asterisk.conf, it defaults to that system name