[asterisk-commits] rmudgett: branch rmudgett/misdn_facility r178575 - /team/rmudgett/misdn_facil...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 25 13:15:42 CST 2009


Author: rmudgett
Date: Wed Feb 25 13:15:42 2009
New Revision: 178575

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=178575
Log:
Added missing error message

Modified:
    team/rmudgett/misdn_facility/channels/chan_misdn.c

Modified: team/rmudgett/misdn_facility/channels/chan_misdn.c
URL: http://svn.digium.com/svn-view/asterisk/team/rmudgett/misdn_facility/channels/chan_misdn.c?view=diff&rev=178575&r1=178574&r2=178575
==============================================================================
--- team/rmudgett/misdn_facility/channels/chan_misdn.c (original)
+++ team/rmudgett/misdn_facility/channels/chan_misdn.c Wed Feb 25 13:15:42 2009
@@ -1383,6 +1383,8 @@
 
 		{ FacError_CCBS_T_LongTermDenial,           "CCBS-T: Long Term Denial" },
 		{ FacError_CCBS_T_ShortTermDenial,          "CCBS-T: Short Term Denial" },
+
+		{ FacError_ECT_LinkIdNotAssignedByNetwork,  "ECT: Link ID Not Assigned By Network" },
 /* *INDENT-ON* */
 	};
 




More information about the asterisk-commits mailing list