Skip to content
Snippets Groups Projects
Commit 0163194d authored by Richard Mudgett's avatar Richard Mudgett
Browse files

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
parent dd0cd476
No related branches found
No related tags found
No related merge requests found
......@@ -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")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment