Skip to content
Snippets Groups Projects
Commit d6c016a5 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent e4d1524c
No related branches found
No related tags found
No related merge requests found
...@@ -470,7 +470,7 @@ static int console_call(struct ast_channel *c, char *dest, int timeout) ...@@ -470,7 +470,7 @@ static int console_call(struct ast_channel *c, char *dest, int timeout)
f.frametype = AST_FRAME_CONTROL; f.frametype = AST_FRAME_CONTROL;
f.subclass = AST_CONTROL_ANSWER; f.subclass = AST_CONTROL_ANSWER;
} else { } 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); "for future calls" V_END);
f.frametype = AST_FRAME_CONTROL; f.frametype = AST_FRAME_CONTROL;
f.subclass = AST_CONTROL_RINGING; f.subclass = AST_CONTROL_RINGING;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment