summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-10 15:24:51 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-10 15:24:51 +0000
commit987332608891fdad646e898504ec08a08d0c836c (patch)
tree4cb87f4d64314faff7aea743b3107fb6458db99e
parentdf2e643ecb684d0e109aa0f625937336eaa94719 (diff)
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
-rw-r--r--fxotune.c6
1 files changed, 5 insertions, 1 deletions
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)