From 0e8e558fa9362f35d1534e1dc7ecf44fe8344952 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 12 Jan 2007 14:42:24 +0000 Subject: [PATCH] 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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@50562 614ede4d-c843-0410-af14-a771ab80d22e --- main/pbx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/pbx.c b/main/pbx.c index 8b5a3ee75..152727ba2 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -262,7 +262,8 @@ static struct pbx_builtin { "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, -- 2.11.4.GIT