diff --git a/apps/app_dial.c b/apps/app_dial.c index d6430bebad89030dfc18bbb8a8af368921243397..612efcc649b77c5fffb9c2863113954e85cfea6f 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -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"> diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index ce1a8b6971d2fb62b19f41b070a017722e5652e8..e2df554a290e38516f11a7953c70f411ad225f8e 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -108,7 +108,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