summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus/gpakErrs.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-07-26 00:30:38 +0000
committerShaun Ruffell <sruffell@digium.com>2010-07-26 00:30:38 +0000
commit5c45b4da59502f5a30f3eb01e431d92d3d1c2202 (patch)
treed48e8c26fee0d01eca7f1de5ca40cd6bd157107e /drivers/dahdi/voicebus/gpakErrs.h
parentc3a505d8eae4e5da94e8c5ac671a1815f7770859 (diff)
wcte12xp, wctdm24xxp: Updating VPMADT032 firmware to version to 1.25
The echo canceler will now monitor if the receive signal goes over a certain threshold, and if so, freezes its adaptation to prevent loss of convergence. I.e. Fixes conditions where blowing into your handset could result in echo. Additionally, 1.25 includes improvements for handling when line conditions change from echo free to containing echo. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8983 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus/gpakErrs.h')
-rw-r--r--drivers/dahdi/voicebus/gpakErrs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/dahdi/voicebus/gpakErrs.h b/drivers/dahdi/voicebus/gpakErrs.h
index c36a1b7..5daa930 100644
--- a/drivers/dahdi/voicebus/gpakErrs.h
+++ b/drivers/dahdi/voicebus/gpakErrs.h
@@ -97,8 +97,10 @@ typedef enum
Cc_InvalidMuteToneA = 51, /* invalid MuteToneA set, no detector */
Cc_InvalidMuteToneB = 52, /* invalid MuteToneB set, no detector */
- Cc_InsuffFaxCngDetResources = 53 /* insufficient tdm block resources avail. */
-
+ Cc_InsuffFaxCngDetResources = 53, /* insufficient tdm block resources avail. */
+ Cc_PortDmaNotStarted = 54, /* SerialPort not ready */
+ Cc_ChannelDebugActive = 55, /* Debug Channel is not active */
+ Cc_ChannelDebugEnabled = 56 /* Channel already been debugged */
} GPAK_ChannelConfigStat_t;
/* Tear Down Channel reply status codes. */