[Asterisk-cvs] asterisk/channels chan_zap.c,1.441,1.442

malcolmd at lists.digium.com malcolmd at lists.digium.com
Thu May 12 16:39:38 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv18996/channels

Modified Files:
	chan_zap.c 
Log Message:
Resolve Bug #4248


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- chan_zap.c	12 May 2005 15:05:25 -0000	1.441
+++ chan_zap.c	12 May 2005 20:45:32 -0000	1.442
@@ -10158,11 +10158,11 @@
 					}
 				} else
 					ast_log(LOG_WARNING, "'%s' is not a valid ISDN timer configuration string\n", v->value);
-#endif /* PRI_GETSET_TIMERS */
-#endif /* ZAPATA_PRI */
 
 			} else if (!strcasecmp(v->name, "faclityenable")) {
 				facilityenable = ast_true(v->value);
+#endif /* PRI_GETSET_TIMERS */
+#endif /* ZAPATA_PRI */
 			} else if (!strcasecmp(v->name, "cadence")) {
 				/* setup to scan our argument */
 				int element_count, c[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};




More information about the svn-commits mailing list