]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
app_transfer: Remove LOCAL from documentation.
authorJoshua Colp <jcolp@digium.com>
Mon, 18 Dec 2017 12:36:04 +0000 (08:36 -0400)
committerJoshua Colp <jcolp@digium.com>
Mon, 18 Dec 2017 12:36:36 +0000 (08:36 -0400)
The Local channel has never supported app_transfer
from what I can see so remove it from the documentation.

ASTERISK-25649

Change-Id: Icbcfe297f6f866285a26b3e9fd5c6d00fa22e0e9

apps/app_transfer.c

index 1b81082782987a8701e2e5d7f20d7a921fd98cbd..9a5fa9e0d16a8479e639268e8327884dee18c4f0 100644 (file)
@@ -53,7 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                </syntax>
                <description>
                        <para>Requests the remote caller be transferred
-                       to a given destination. If TECH (SIP, IAX2, LOCAL etc) is used, only
+                       to a given destination. If TECH (SIP, IAX2, etc) is used, only
                        an incoming call with the same channel technology will be transferred.
                        Note that for SIP, if you transfer before call is setup, a 302 redirect
                        SIP message will be returned to the caller.</para>