[svn-commits] rmudgett: trunk r195266 - /trunk/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 18 11:29:18 CDT 2009


Author: rmudgett
Date: Mon May 18 11:29:06 2009
New Revision: 195266

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=195266
Log:
The facilityenable parameter does not have anything to do with pritimer parameters.

Modified:
    trunk/channels/chan_dahdi.c

Modified: trunk/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=195266&r1=195265&r2=195266
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Mon May 18 11:29:06 2009
@@ -17040,10 +17040,9 @@
 					}
 				} else
 					ast_log(LOG_WARNING, "'%s' is not a valid ISDN timer configuration string at line %d.\n", v->value, v->lineno);
-
+#endif /* PRI_GETSET_TIMERS */
 			} else if (!strcasecmp(v->name, "facilityenable")) {
 				confp->pri.facilityenable = ast_true(v->value);
-#endif /* PRI_GETSET_TIMERS */
 #endif /* HAVE_PRI */
 #ifdef HAVE_SS7
 			} else if (!strcasecmp(v->name, "ss7type")) {




More information about the svn-commits mailing list