summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index c207fa558..8fa386a6f 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -437,10 +437,6 @@ static int matchdigittimeout = 3000;
/*! \brief Protect the interface list (of dahdi_pvt's) */
AST_MUTEX_DEFINE_STATIC(iflock);
-/* QSIG channel mapping option types */
-#define DAHDI_CHAN_MAPPING_PHYSICAL 0
-#define DAHDI_CHAN_MAPPING_LOGICAL 1
-
static int ifcount = 0;
@@ -615,12 +611,6 @@ struct dahdi_pri {
static struct dahdi_pri pris[NUM_SPANS];
-#if 0
-#define DEFAULT_PRI_DEBUG (PRI_DEBUG_Q931_DUMP | PRI_DEBUG_Q921_DUMP | PRI_DEBUG_Q921_RAW | PRI_DEBUG_Q921_STATE)
-#else
-#define DEFAULT_PRI_DEBUG 0
-#endif
-
#else
/*! Shut up the compiler */
struct dahdi_pri;