[asterisk-commits] kpfleming: branch 1.4 r50562 - in /branches/1.4: ./ main/pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jan 12 07:42:24 MST 2007


Author: kpfleming
Date: Fri Jan 12 08:42:24 2007
New Revision: 50562

URL: http://svn.digium.com/view/asterisk?view=rev&rev=50562
Log:
Merged revisions 50561 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r50561 | kpfleming | 2007-01-12 08:34:15 -0600 (Fri, 12 Jan 2007) | 2 lines

minor documentation clarification

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/main/pbx.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/main/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/pbx.c?view=diff&rev=50562&r1=50561&r2=50562
==============================================================================
--- branches/1.4/main/pbx.c (original)
+++ branches/1.4/main/pbx.c Fri Jan 12 08:42:24 2007
@@ -262,7 +262,8 @@
 	"Answer a channel if ringing",
 	"  Answer([delay]): If the call has not been answered, this application will\n"
 	"answer it. Otherwise, it has no effect on the call. If a delay is specified,\n"
-	"Asterisk will wait this number of milliseconds before answering the call.\n"
+	"Asterisk will wait this number of milliseconds before returning to\n"
+	"the dialplan after answering the call.\n"
 	},
 
 	{ "BackGround", pbx_builtin_background,



More information about the asterisk-commits mailing list