From: Russell Bryant Date: Wed, 2 Jan 2008 22:50:09 +0000 (+0000) Subject: Show the correct CLI command to answer the call X-Git-Tag: 1.6.0-beta1~3^2~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c016a5aad598321b2c2ddc2df3ca48fe2cf05c;p=thirdparty%2Fasterisk.git 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 --- 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;