summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2009-08-05 22:46:37 +0000
committerRichard Mudgett <rmudgett@digium.com>2009-08-05 22:46:37 +0000
commit53ea9a0576b0920dcbb1935859a648a791f88439 (patch)
tree6c70340f3296e64f7f19953b67a46c3a0f8dfa56 /channels/chan_dahdi.c
parent59c62be7f5dcc5b45130af12ed71a732b0bf3cb8 (diff)
More changes from chan_dahdi that did not make it into sig_pri.
* Q.SIG channel mapping option. * discardremoteholdretrieval option. * libPRI debug defines. * pri_set_overlapdial() now set correctly. * pthread creation of pri_ss_thread now matches. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@210696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;