aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index fa4d6585d..8d2a321d9 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -57,10 +57,7 @@
#include <ctype.h>
#ifdef ZAPATA_PRI
#include <libpri.h>
-#ifndef PRI_NSF_NONE
-#error "You need newer libpri"
-#endif
-#ifndef PRI_SWITCH_QSIG
+#ifndef PRI_REDIRECTING_REASON
#error "You need newer libpri"
#endif
#endif