[libpri-commits] rmudgett: branch rmudgett/ntptmp r1136 - /team/rmudgett/ntptmp/q931.c

SVN commits to the libpri project libpri-commits at lists.digium.com
Thu Sep 24 16:23:27 CDT 2009


Author: rmudgett
Date: Thu Sep 24 16:23:23 2009
New Revision: 1136

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1136
Log:
Added new cause codes to the causes[].

Modified:
    team/rmudgett/ntptmp/q931.c

Modified: team/rmudgett/ntptmp/q931.c
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/ntptmp/q931.c?view=diff&rev=1136&r1=1135&r2=1136
==============================================================================
--- team/rmudgett/ntptmp/q931.c (original)
+++ team/rmudgett/ntptmp/q931.c Thu Sep 24 16:23:23 2009
@@ -118,6 +118,7 @@
 	{ PRI_CAUSE_NO_ANSWER, "User alerting, no answer" },
 	{ PRI_CAUSE_CALL_REJECTED, "Call Rejected" },
 	{ PRI_CAUSE_NUMBER_CHANGED, "Number changed" },
+	{ PRI_CAUSE_NONSELECTED_USER_CLEARING, "Non-selected user clearing" },
 	{ PRI_CAUSE_DESTINATION_OUT_OF_ORDER, "Destination out of order" },
 	{ PRI_CAUSE_INVALID_NUMBER_FORMAT, "Invalid number format" },
 	{ PRI_CAUSE_FACILITY_REJECTED, "Facility rejected" },
@@ -130,13 +131,14 @@
 	{ PRI_CAUSE_ACCESS_INFO_DISCARDED, "Access information discarded" },
 	{ PRI_CAUSE_REQUESTED_CHAN_UNAVAIL, "Requested channel not available" },
 	{ PRI_CAUSE_PRE_EMPTED, "Pre-empted" },
+	{ PRI_CAUSE_RESOURCE_UNAVAIL_UNSPECIFIED, "Resource unavailable, unspecified" },
 	{ PRI_CAUSE_FACILITY_NOT_SUBSCRIBED, "Facility not subscribed" },
 	{ PRI_CAUSE_OUTGOING_CALL_BARRED, "Outgoing call barred" },
 	{ PRI_CAUSE_INCOMING_CALL_BARRED, "Incoming call barred" },
 	{ PRI_CAUSE_BEARERCAPABILITY_NOTAUTH, "Bearer capability not authorized" },
 	{ PRI_CAUSE_BEARERCAPABILITY_NOTAVAIL, "Bearer capability not available" },
+	{ PRI_CAUSE_SERVICEOROPTION_NOTAVAIL, "Service or option not available, unspecified" },
 	{ PRI_CAUSE_BEARERCAPABILITY_NOTIMPL, "Bearer capability not implemented" },
-	{ PRI_CAUSE_SERVICEOROPTION_NOTAVAIL, "Service or option not available, unspecified" },
 	{ PRI_CAUSE_CHAN_NOT_IMPLEMENTED, "Channel not implemented" },
 	{ PRI_CAUSE_FACILITY_NOT_IMPLEMENTED, "Facility not implemented" },
 	{ PRI_CAUSE_INVALID_CALL_REFERENCE, "Invalid call reference value" },




More information about the libpri-commits mailing list