aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index be8f010b1..e4dcb9a60 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -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};