[asterisk-commits] dvossel: branch 1.6.2 r205411 - in /branches/1.6.2: ./ main/devicestate.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 8 17:04:12 CDT 2009
Author: dvossel
Date: Wed Jul 8 17:04:08 2009
New Revision: 205411
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=205411
Log:
Merged revisions 205410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r205410 | dvossel | 2009-07-08 17:02:54 -0500 (Wed, 08 Jul 2009) | 3 lines
missing comma in devstatestring array
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/main/devicestate.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/main/devicestate.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/devicestate.c?view=diff&rev=205411&r1=205410&r2=205411
==============================================================================
--- branches/1.6.2/main/devicestate.c (original)
+++ branches/1.6.2/main/devicestate.c Wed Jul 8 17:04:08 2009
@@ -137,7 +137,7 @@
{ /* 5 AST_DEVICE_UNAVAILABLE */ "Unavailable", "UNAVAILABLE" }, /*!< Unavailable (not registered) */
{ /* 6 AST_DEVICE_RINGING */ "Ringing", "RINGING" }, /*!< Ring, ring, ring */
{ /* 7 AST_DEVICE_RINGINUSE */ "Ring+Inuse", "RINGINUSE" }, /*!< Ring and in use */
- { /* 8 AST_DEVICE_ONHOLD */ "On Hold" "ONHOLD" }, /*!< On Hold */
+ { /* 8 AST_DEVICE_ONHOLD */ "On Hold", "ONHOLD" }, /*!< On Hold */
};
/*!\brief Mapping for channel states to device states */
More information about the asterisk-commits
mailing list