[Asterisk-cvs] asterisk/apps app_transfer.c,1.7,1.8

markster at lists.digium.com markster at lists.digium.com
Sat Mar 19 21:48:41 CST 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv15795/apps

Modified Files:
	app_transfer.c 
Log Message:
Minor sipredirect fixes (bug #3789)


Index: app_transfer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_transfer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- app_transfer.c	19 Feb 2005 17:34:06 -0000	1.7
+++ app_transfer.c	20 Mar 2005 03:43:37 -0000	1.8
@@ -29,10 +29,14 @@
 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;




More information about the svn-commits mailing list