mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user