[libpri-commits] rmudgett: branch 1.4 r1488 - in /branches/1.4: libpri.h pri.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Thu Feb 11 15:40:38 CST 2010
Author: rmudgett
Date: Thu Feb 11 15:40:35 2010
New Revision: 1488
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1488
Log:
Minor comment changes.
Modified:
branches/1.4/libpri.h
branches/1.4/pri.c
Modified: branches/1.4/libpri.h
URL: http://svnview.digium.com/svn/libpri/branches/1.4/libpri.h?view=diff&rev=1488&r1=1487&r2=1488
==============================================================================
--- branches/1.4/libpri.h (original)
+++ branches/1.4/libpri.h Thu Feb 11 15:40:35 2010
@@ -194,8 +194,8 @@
#define PRI_REVERSECHARGE_NONE -1
#define PRI_REVERSECHARGE_REQUESTED 1
-/* Causes for disconnection */
-#define PRI_CAUSE_UNALLOCATED 1
+/* Causes for disconnection (See Q.850) */
+#define PRI_CAUSE_UNALLOCATED 1 /*!< Called number unassigned. */
#define PRI_CAUSE_NO_ROUTE_TRANSIT_NET 2 /* !Q.SIG */
#define PRI_CAUSE_NO_ROUTE_DESTINATION 3
#define PRI_CAUSE_CHANNEL_UNACCEPTABLE 6
Modified: branches/1.4/pri.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/pri.c?view=diff&rev=1488&r1=1487&r2=1488
==============================================================================
--- branches/1.4/pri.c (original)
+++ branches/1.4/pri.c Thu Feb 11 15:40:35 2010
@@ -54,7 +54,7 @@
/*!
* \note Sort the timer table entries in the order of the timer name so
- * pri_dump_info_str() can display them in a consitent order.
+ * pri_dump_info_str() can display them in a consistent order.
*/
static const struct pri_timer_table pri_timer[] = {
/* *INDENT-OFF* */
More information about the libpri-commits
mailing list