git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203479
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#endif
#ifdef HAVE_SS7
+/* put this here until sig_ss7 comes along */
+#define NUM_DCHANS 4 /*!< No more than 4 d-channels */
+#define MAX_CHANNELS 672 /*!< No more than a DS3 per trunk group */
#include <libss7.h>
#endif
static int load_module(void)
{
int res;
-#if defined(HAVE_PRI)
+#if defined(HAVE_PRI) || defined (HAVE_SS7)
int y;
#endif
#if defined(HAVE_SS7)