[asterisk-commits] dvossel: trunk r205410 - /trunk/main/devicestate.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 8 17:02:57 CDT 2009
Author: dvossel
Date: Wed Jul 8 17:02:54 2009
New Revision: 205410
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=205410
Log:
missing comma in devstatestring array
Modified:
trunk/main/devicestate.c
Modified: trunk/main/devicestate.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/main/devicestate.c?view=diff&rev=205410&r1=205409&r2=205410
==============================================================================
--- trunk/main/devicestate.c (original)
+++ trunk/main/devicestate.c Wed Jul 8 17:02:54 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