mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Resolve Bug #4248
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10158,11 +10158,11 @@ static int setup_zap(int reload)
|
||||
}
|
||||
} 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};
|
||||
|
Reference in New Issue
Block a user