aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-20 03:43:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-20 03:43:37 +0000
commit78c7a7fcb216dc8cb3d090e53b35816a44964e33 (patch)
tree5a5f37fa1244256f1628fd87a9a41b7d2dc1d17b /apps
parent90b64b076b8cff28c609f6e719e54b5e0974f826 (diff)
Minor sipredirect fixes (bug #3789)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5213 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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;