From 987332608891fdad646e898504ec08a08d0c836c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 10 Jan 2010 15:24:51 +0000 Subject: Update URL in comment in fxotune.c . (closes issue #16386) Reported by: cmoye Patches: fxotune.patch uploaded by cmoye (license 858) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7828 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- fxotune.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fxotune.c b/fxotune.c index c2efd40..08a9e9b 100644 --- a/fxotune.c +++ b/fxotune.c @@ -603,7 +603,11 @@ static void print_topresults(char * header) * use the optimization strategy from silabs. For reference, here is an application note that describes * the echo coefficients (and acim values): * - * http://www.silabs.com/public/documents/tpub_doc/anote/Wireline/Silicon_DAA/en/an84.pdf + * http://www.silabs.com/Support%20Documents/TechnicalDocs/an84.pdf + * + * See Table 13 in this document for a breakdown of acim values by region. + * + * http://www.silabs.com/Support%20Documents/TechnicalDocs/si3050-18-19.pdf * */ static int acim_tune2(int whichdahdi, int freq, char *dialstr, int delayuntilsilence, int silencegoodfor, struct wctdm_echo_coefs *coefs_out) -- cgit v1.2.3