summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-20 16:52:07 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-20 16:52:07 +0000
commit6b12efc0ca22b1d8231985b332d19f29dbeedc88 (patch)
tree72ff3bbe785975d24a5aebbe430e7052de854c0e /wctdm24xxp
parent8f8ba4dfeee114eb7fbb55a7065d41a330a4a354 (diff)
Disable native bridging pending resolving of some issues
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3064 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index c91f3fd..8c979c6 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -282,7 +282,7 @@ static int fxotxgain = 0;
static int fxorxgain = 0;
static int fxstxgain = 0;
static int fxsrxgain = 0;
-static int nativebridge = 1;
+static int nativebridge = 0;
static int ringdebounce = DEFAULT_RING_DEBOUNCE;
#ifdef VPM_SUPPORT
static int vpmsupport = 1;