From d6c016a5aad598321b2c2ddc2df3ca48fe2cf05c Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 2 Jan 2008 22:50:09 +0000 Subject: [PATCH] Show the correct CLI command to answer the call git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96076 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_console.c b/channels/chan_console.c index 110ecb9ac6..830e890ef1 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;