summaryrefslogtreecommitdiff
path: root/fxotune.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-09 22:51:57 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-09 22:51:57 +0000
commit1d7d5b07325a186785b22abf09ff531dfc2edd54 (patch)
treee807aed553c0fca17f6bee153835f86168ff64ea /fxotune.h
parente4295b04f4dadec0d423f68a2b51cb93abdf5815 (diff)
BIG fxotune update. New version which uses fourier analysis for echo return loss measurement. Much more accurate than the old version, and can penetrate through background noise that may be on the line as well as noise caused by tones in the background such as reorder or congestion if the timing parameters aren't exactly right in the setup. If you have analog fxo modules, it is recommended that you run fxotune on them again with this latest version. You will definitely see even better results
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3640 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.h')
-rw-r--r--fxotune.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fxotune.h b/fxotune.h
index 4d197ed..1fc2ef9 100644
--- a/fxotune.h
+++ b/fxotune.h
@@ -99,5 +99,14 @@ struct wctdm_echo_coefs echo_trys [] =
{ 8, 253, 2, 244, 255, 10, 244, 3, 253},
{ 10, 249, 244, 8, 12, 245, 252, 0, 1},
+ /* Make sure we include the rest of the impedances */
+ { 8, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 9, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 10, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 11, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 12, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 13, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 14, 0, 0, 0, 0, 0, 0, 0, 0},
+ { 15, 0, 0, 0, 0, 0, 0, 0, 0},
};