summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-12-18 08:36:04 -0400
committerJoshua Colp <jcolp@digium.com>2017-12-18 08:36:36 -0400
commit4cda942ebdf11cd228aa67e6da8e21058cabd479 (patch)
tree8036029e36a9fa63e409bb2272e31bc46512b2fe /apps
parente31e3b581ba57b2abe18e20db2acad1fd1c16f62 (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_transfer.c b/apps/app_transfer.c
index 1b8108278..9a5fa9e0d 100644
--- a/apps/app_transfer.c
+++ b/apps/app_transfer.c
@@ -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>