From 9ff63ef7fa19f7e6cdde8c17cf21077c82cf727a Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 18 Dec 2017 08:36:04 -0400 Subject: app_transfer: Remove LOCAL from documentation. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_transfer.c b/apps/app_transfer.c index 7bc67e154..1d7c87920 100644 --- a/apps/app_transfer.c +++ b/apps/app_transfer.c @@ -51,7 +51,7 @@ 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. -- cgit v1.2.3