mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Merged revisions 36998 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r36998 | file | 2006-07-05 11:31:01 -0400 (Wed, 05 Jul 2006) | 2 lines Spell extension correctly in documentation for chan_oss dial (issue #7487 reported by flefoll) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36999 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1238,7 +1238,7 @@ static int console_dial(int fd, int argc, char *argv[])
|
|||||||
|
|
||||||
static char dial_usage[] =
|
static char dial_usage[] =
|
||||||
"Usage: dial [extension[@context]]\n"
|
"Usage: dial [extension[@context]]\n"
|
||||||
" Dials a given extensison (and context if specified)\n";
|
" Dials a given extension (and context if specified)\n";
|
||||||
|
|
||||||
static char mute_usage[] =
|
static char mute_usage[] =
|
||||||
"Usage: mute\nMutes the microphone\n";
|
"Usage: mute\nMutes the microphone\n";
|
||||||
|
Reference in New Issue
Block a user