diff --git a/apps/app_dial.c b/apps/app_dial.c index 38997f71f4..a64e7ea271 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -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" diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index d80ff81cd2..77d464aed3 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -94,7 +94,8 @@ context=default ; Default context for incoming calls ; instead of the From: field. 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