similar to: Echo observations and some questions

Displaying 20 results from an estimated 2000 matches similar to: "Echo observations and some questions"

2004 Oct 04
3
echo cancellation: the never-ending quest for truth
Asterisk apparently has five echo cancellation algorithms: STEVE, STEVE2, MARK, MARK2 and MARK3. The current default appears to be MARK2. My question is, has anyone had any experience with any of the others (other than MARK2), and is there some conventional wisdom as to when to use one over another? TIA Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775) 236-5815
2007 Mar 15
2
Help! Echo problem even at T1 PRI?
Hello, We have an asterisk setup at our client's site using a TE205P. The line to telco is a 23 channels T1 PRI, however the line has random echo problems (about 5-10% of the calls)! Can anybody tell me if echo cancellation is really needed even at a T1 PRI to the telco? Because people keep saying when they deploy voip solution in Hong Kong using T1 PRI, there is no need of echo cancellation.
2005 Sep 29
1
Mathematicians wanted (was RE: Best echo canceller?)
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Andrew > Kohlsmith > Sent: Thursday, September 29, 2005 2:23 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Best echo canceller? > > > On Thursday 29 September 2005 17:04, Claudio Canseco wrote: >
2006 Dec 19
3
Echo problem
Hello, We're in the process of setting up an Asterisk server, and are having echo problems. We have a Digium TE110P, and have tried the MG and MARK2 AGGRESSIVE echo cancellers, with a variety of gain levels and training times, and with both trunk and 1.2 branch versions of Zaptel, Libpre, and Asterisk. In all cases, callers from the PSTN hear their own voice echoed back after 1.5-2 seconds;
2006 Feb 23
0
JGR problem with installPackages()?
Dear r-helpers, When I pull down the Packages:Package Installer menu, I get: ================================== > installPackages() stack imbalance in .External, 22 then 66 stack imbalance in <-, 20 then 64 stack imbalance in <-, 117 then 118 stack imbalance in {, 115 then 116 stack imbalance in if, 113 then 114 stack imbalance in {, 111 then 112 stack imbalance in <-, 105 then 106
2002 Jan 09
1
bug in read.table?
Hello, in the new Relase (1.4) i get a different (worser) result for read.table with as.is=T: it crash! Input file (t.txt, with a name, 5 character and a numeric column) Name short kind logable use save lag m "mo" "x" "n" "1" "n" 0 Ptp "PT" "l" "y" "m" "n" 0 R-Code
2010 Feb 08
2
Error on start R in server
Hello all, (Thank for your reply) I have a web-application in Apache Tomcat, when i start R in this application, I used packe RSJava Code ROmegahatInterpreter interp; String [] rargs = {"--no-save"}; REvaluator e; interp = new ROmegahatInterpreter ( ROmegahatInterpreter.fixArgs(rargs),false ); e =new REvaluator (); Errors ================ R version 2.10.1 (2009-12-14)
2004 Oct 04
0
echo cancellation: the never-ending quest fortruth
What options do the others offer over one another? Is there a difference, or is it simply a case of one superseding the other? Would be good to put something together that details the different methods, and which situations maybe they better suit, if any. Ben -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of
2010 Jan 21
2
"stack imbalance in ..." when loading a workspace
Hi all, I just failed in loading a saved wordspace (13MB of size), and received these errors: Warning: stack imbalance in 'missing', 52 then 51 Warning: stack imbalance in 'if', 50 then 53 Warning: stack imbalance in 'as.environment', 57 then 59 Warning: stack imbalance in 'ls', 54 then 53 Warning: stack imbalance in '.Internal', 54 then 53 Warning: stack
2009 May 08
1
anyDuplicated(incomp=NA) fails
With today's R 2.10.0(devel) I get: > anyDuplicated(c(1,NA,3,NA,5), incomp=NA) # expect 0 Warning: stack imbalance in 'anyDuplicated', 20 then 21 Warning: stack imbalance in '.Internal', 19 then 20 Warning: stack imbalance in '{', 17 then 18 [1] 0 > anyDuplicated(c(1,NA,3,NA,3), incomp=NA) # expect 5 Warning: stack imbalance in 'anyDuplicated', 20 then 21
2007 Feb 23
1
help with RMySQL
Hi R users, I am using RMySQL to connect to a database in MySQL. I have 3 questions. 1)When I give the following command dbListTables(con) I get the output stack imbalance in .Call, 142 then 143 stack imbalance in <-, 140 then 141 stack imbalance in {, 138 then 139 stack imbalance in standardGeneric, 126 then 127 stack imbalance in class, 121 then 122 stack imbalance in
2009 Jan 06
2
Strange error message
I'm testing out some changes to survreg and got the following output, the likes of which I've never seen before: ---------------------------------------------------------------------- R version 2.7.1 (2008-06-23) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it
2007 Jan 15
1
TDM400P, fxotune and ADSL filters - Just a FYI, FWIW
This may be commonly known but I haven't come across it so here goes, maybe it'll help someone: I have terrible echo with asterisk 1.2, zaptel 1.2.12, and a TDM400P with 1 FXS and two FXO modules. The Mark2 echo canceller with Aggressive turned on was the only setting that would make it acceptable. I found fxotune with this zaptel version to be broken. I pulled the latest fxotune.c
2001 Dec 25
1
read.table (PR#1227)
Full_Name: Antonio Possolo Version: 1.4.0 OS: Linux Submission from: (NULL) (24.25.141.205) ## inputFile has the following three lines (each without the initial ``## '') ## a,b ## m,1 ## n,3 ## and resides in $HOME/R fileHOME <- paste(Sys.getenv("HOME"), "/R/", sep="") fileNAME <- "inputFile" ## Given the command, z <-
2002 Jan 15
1
Error message in R: stack imbalance
Hello... I just installed R version 1.4.0 on my laptop running Redhat Linux 7.1. I downloaded the RPM from CRAN and when I try to use a function I have used on other Redhat systems, I get the following error message. -------- > library(qtl) > gastritis <- read.cross(format="csv",dir="/home/sen/qtl/data/gastritis", +
1997 Apr 03
0
R-alpha: R0.50-pre6: "stack imbalance in ..." // is.vector(matrix...)
[[[ To the new subscribers of the R-devel mailing list: The latest prerelease of R 0.50 has not been announced to this mailing list, by accident. In short, get R6.tgz and R6-update.shar.gz, from ftp://stat.auckland.ac.nz/pub/ihaka/ and first unpack the tar file, then the shar file in the same directory.. ]]] and to ALL "R-devel"oppers: Yes, please use this
2005 Mar 26
0
Echo on Zaptel hardware (Wildcard 100XP)
I've enclosed by config... I've tried everything from lowering the tx/rx gains.. to toying with 32/64/128 echo canceling taps... at 256 echoing is really bad... I've even tried recompiling the zaptel driver with the MARK2 super echo canceling support... I still have a very slight echo that I simply can not get rid of.... this echo is ONLY when going VoIP to POTS.. and I understand
2005 Sep 29
2
Best echo canceller?
hi! In your experience what is the best choice for echo canceller ? Which one should work better: STEVE, STEVE2, MARK, MARK2, MARK3, KB1 ? Regards, Claudio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050929/f556bf91/attachment.htm
2003 May 22
1
Macintosh OS 9.2 and SMB Networks
Some use Dave (http://www.thursby.com/products/dave.html) or DoubleTalk (http://www.connectix.com/products/dt.html). However, we use Netatalk (http://netatalk.sourceforge.net/) successfully to share the Unix/Samba file system with our Mac clients. Is there any reason you can't use Netatalk? Khanh Tran Network Operations Sarah Lawrence College -----Original Message----- From: Corey Hart
2012 Dec 11
1
Debian packaging and openblas related crash when profiling in R
Hello R-sig-debian and (hopefully) Dirk: On Debian wheezy, I have the R packaging that CRAN (you) provide. I run into a little trouble while trying to fiddle with alternative BLAS. I know you and I went around on this last year and I think perhaps I've found something wrong in the framework, or I've just done something wrong. I installed the packages openblas-base and openblas-dev, and