[asterisk-commits] russell: trunk r96076 - /trunk/channels/chan_console.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 2 16:50:10 CST 2008
Author: russell
Date: Wed Jan 2 16:50:09 2008
New Revision: 96076
URL: http://svn.digium.com/view/asterisk?view=rev&rev=96076
Log:
Show the correct CLI command to answer the call
Modified:
trunk/channels/chan_console.c
Modified: trunk/channels/chan_console.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_console.c?view=diff&rev=96076&r1=96075&r2=96076
==============================================================================
--- trunk/channels/chan_console.c (original)
+++ trunk/channels/chan_console.c Wed Jan 2 16:50:09 2008
@@ -470,7 +470,7 @@
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;
More information about the asterisk-commits
mailing list