From 0163194d93d10730d4ccf6d0cd20b1b19edc707d Mon Sep 17 00:00:00 2001 From: Richard Mudgett <rmudgett@digium.com> Date: Mon, 18 May 2009 16:29:06 +0000 Subject: [PATCH] The facilityenable parameter does not have anything to do with pritimer parameters. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@195266 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_dahdi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index ab118cc89f..da16b57b5c 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -17040,10 +17040,9 @@ static int process_dahdi(struct dahdi_chan_conf *confp, const char *cat, struct } } 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")) { -- GitLab