summaryrefslogtreecommitdiff
path: root/apps/app_transfer.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-20 03:43:37 +0000
committerMark Spencer <markster@digium.com>2005-03-20 03:43:37 +0000
commitd0e9afeb2b94919928ee8e1939db6febe742f264 (patch)
tree5a5f37fa1244256f1628fd87a9a41b7d2dc1d17b /apps/app_transfer.c
parent87bbe6ee7aff0bbcfec2144bb4702a2d025f82ae (diff)
Minor sipredirect fixes (bug #3789)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_transfer.c')
-rwxr-xr-xapps/app_transfer.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/app_transfer.c b/apps/app_transfer.c
index d46e34f25..846e4fcbf 100755
--- a/apps/app_transfer.c
+++ b/apps/app_transfer.c
@@ -29,10 +29,14 @@ static char *app = "Transfer";
static char *synopsis = "Transfer caller to remote extension";
static char *descrip =
-" Transfer([Tech/]dest): Requests the remote caller be transferred\n"
-"a given extension. Returns -1 on hangup, or 0 on completion\n"
-"regardless of whether the transfer was successful. If the transfer\n"
-"was *not* supported or successful and there exists a priority n + 101,\n"
+" Transfer([Tech/]dest): Requests the remote caller be transfered\n"
+"to a given extension. If TECH (SIP, IAX2, LOCAL etc) is used, only\n"
+"an incoming call with the same channel technology will be transfered.\n"
+"Note that for SIP, if you transfer before call is setup, a 302 redirect\n"
+"SIP message will be returned to the caller.\n"
+"Returns -1 on hangup, or 0 on completion regardless of whether the\n"
+"transfer was successful. If the transfer was *not* supported or\n"
+"successful and there exists a priority n + 101,\n"
"then that priority will be taken next.\n" ;
STANDARD_LOCAL_USER;