[Asterisk-cvs] asterisk/apps app_transfer.c,1.1,1.2
jeremy at lists.digium.com
jeremy at lists.digium.com
Tue Dec 9 13:02:40 CST 2003
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19320
Modified Files:
app_transfer.c
Log Message:
fix typo. Bug#636
Index: app_transfer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_transfer.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app_transfer.c 14 May 2003 05:33:06 -0000 1.1
+++ app_transfer.c 9 Dec 2003 18:54:06 -0000 1.2
@@ -33,7 +33,7 @@
static char *descrip =
" Transfer(exten): Requests the remote caller be transferred to\n"
-"a given Returns -1 on hangup, or 0 on completion\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"
"then that priority will be taken next.\n" ;
More information about the svn-commits
mailing list