[asterisk-commits] seanbright: branch 1.6.1 r193335 - in /branches/1.6.1: ./ funcs/func_devstate.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 8 10:36:20 CDT 2009
Author: seanbright
Date: Fri May 8 10:36:16 2009
New Revision: 193335
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193335
Log:
Merged revisions 193274 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r193274 | seanbright | 2009-05-08 11:18:40 -0400 (Fri, 08 May 2009) | 2 lines
Fix the spelling of UNAVAILABLE in func_devstate CLI completion.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/funcs/func_devstate.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/funcs/func_devstate.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/funcs/func_devstate.c?view=diff&rev=193335&r1=193334&r2=193335
==============================================================================
--- branches/1.6.1/funcs/func_devstate.c (original)
+++ branches/1.6.1/funcs/func_devstate.c Fri May 8 10:36:16 2009
@@ -249,7 +249,7 @@
case CLI_GENERATE:
{
static char * const cmds[] = { "UNKNOWN", "NOT_INUSE", "INUSE", "BUSY",
- "UNAVAILALBE", "RINGING", "RINGINUSE", "ONHOLD", NULL };
+ "UNAVAILABLE", "RINGING", "RINGINUSE", "ONHOLD", NULL };
if (a->pos == e->args + 1)
return ast_cli_complete(a->word, cmds, a->n);
More information about the asterisk-commits
mailing list