dect
/
asterisk
Archived
13
0
Fork 0

The facilityenable parameter does not have anything to do with pritimer parameters.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@195266 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rmudgett 2009-05-18 16:29:06 +00:00
parent f4180e39d4
commit 94acece59a
1 changed files with 1 additions and 2 deletions

View File

@ -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")) {