[Asterisk-cvs] zaptel wct4xxp.c,1.36,1.37

markster at lists.digium.com markster at lists.digium.com
Fri Apr 9 23:33:54 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv18508

Modified Files:
	wct4xxp.c 
Log Message:
Also remember RECOVER for YELLOW


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- wct4xxp.c	10 Apr 2004 03:01:57 -0000	1.36
+++ wct4xxp.c	10 Apr 2004 03:35:16 -0000	1.37
@@ -1218,7 +1218,7 @@
 	oldalarms = wc->spans[span].alarms;
 
 	/* And consider only carrier alarms */
-	wc->spans[span].alarms &= (ZT_ALARM_RED | ZT_ALARM_BLUE | ZT_ALARM_NOTOPEN);
+	wc->spans[span].alarms &= (ZT_ALARM_RED | ZT_ALARM_BLUE | ZT_ALARM_RECOVER | ZT_ALARM_NOTOPEN);
 
 	if (wc->spantype[span] == TYPE_E1) {
 		if (c & 0x04) {




More information about the svn-commits mailing list