[asterisk-commits] seanbright: branch 1.6.2 r193336 - in /branches/1.6.2: ./ funcs/func_devstate.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 8 10:36:23 CDT 2009
Author: seanbright
Date: Fri May 8 10:36:18 2009
New Revision: 193336
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193336
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.2/ (props changed)
branches/1.6.2/funcs/func_devstate.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/funcs/func_devstate.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/funcs/func_devstate.c?view=diff&rev=193336&r1=193335&r2=193336
==============================================================================
--- branches/1.6.2/funcs/func_devstate.c (original)
+++ branches/1.6.2/funcs/func_devstate.c Fri May 8 10:36:18 2009
@@ -256,7 +256,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