aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_console.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 22:50:09 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 22:50:09 +0000
commit16ec2e0402425a24e98a9d49d3f4acbe18a25e0e (patch)
tree3429b51d2a91122b26e826986789e40bad8d89c7 /channels/chan_console.c
parentbcc9a193e30a7421638a755c13272c556d7ef31f (diff)
Show the correct CLI command to answer the call
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@96076 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_console.c')
-rw-r--r--channels/chan_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_console.c b/channels/chan_console.c
index 110ecb9ac..830e890ef 100644
--- a/channels/chan_console.c
+++ b/channels/chan_console.c
@@ -470,7 +470,7 @@ static int console_call(struct ast_channel *c, char *dest, int timeout)
f.frametype = AST_FRAME_CONTROL;
f.subclass = AST_CONTROL_ANSWER;
} else {
- ast_verb(1, V_BEGIN "Type 'answer' to answer, or use 'autoanswer' "
+ ast_verb(1, V_BEGIN "Type 'console answer' to answer, or use the 'autoanswer' option "
"for future calls" V_END);
f.frametype = AST_FRAME_CONTROL;
f.subclass = AST_CONTROL_RINGING;