aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-12 14:42:24 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-12 14:42:24 +0000
commit3e99604f7b7b5cf40a37173fa383112cfecba6d7 (patch)
tree6f9d29ce465fb4545b69628e8c7a5bbefa9e2c72 /main/pbx.c
parent172cc403b3e3dee83f683dbc0c6980e5501e34f9 (diff)
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 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c3
1 files changed, 2 insertions, 1 deletions
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,