aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-28 21:42:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-28 21:42:39 +0000
commit2b12533e83b85b95587566c7b6355c24ff9baa0b (patch)
tree0790b5567ff58a62ba1b447287c8002e4c9eda21 /channels
parent76292125f0ed25fde7be5fab59687169b4c9cadb (diff)
Fix qsig support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4123 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 63270fb7b..f2be86336 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -58,6 +58,9 @@
#ifndef PRI_NSF_NONE
#error "You need newer libpri"
#endif
+#ifndef PRI_SWITCH_QSIG
+#error "You need newer libpri"
+#endif
#endif
#ifdef ZAPATA_R2
#include <libmfcr2.h>