Displaying 20 results from an estimated 8000 matches similar to: "YET Another echo issue PRI CARD Any help acc epted :-)"
2005 May 26
4
YET Another echo issue PRI CARD Any help accepted :-)
Good Day all,
I have a Fractional PRI connected to my Asterisk Box via a T100P
card.
When I initiate a call out to phone number 123-8888 the call
sounds great no echo what so ever.
If the person at 123-8888 hangs up and calls me right back (same
handset on both sides) same trunk line
The call always has echo on it. The Asterisk sip extension
hears them selves echoing. The remote party
2006 Jan 31
1
Strange echo phenomenon (double tandem)
I have a strange problem with echo.
My setup includes a Grandstream HT-488 which is both an FXO and a FXS.
I noticed last evening that if I called the FXS through my asterisk box
from my cell, the resulting connection was fine for me at the cell end,
but produced dramatic and conversation ruining echo at the FXS of the
HT-488.
Today I realized that if I call out from the same FXS to my
2007 Mar 24
2
TDM analog cards, volume, echo, fxotune, ztmonitor and HPEC
Hi, everyone:
I am developing a system using Asterisk, TDM-400 analog cards, analog
lines, and Polycom SIP phones for internal extensions.
Initially there was bad echo but after a series of efforts, I've managed
to reduce it to a negligible level (it only happens when both parties
speak simultaneously, and even there, only for a few hundred
milliseconds). From an echo standpoint, things are
2004 Sep 23
2
Random Intermittent Noise for SIP to FX0 calls plus echo
Dear group,
Was wondering if anyone out there has had the experience I have been
having. In reading recent posts on echo cancellation, I think there
is....
We recently cut over the Asterisk and are configured with 5 FXS and 2
FXO ports to the PSTN via 2 TDM400P's and 5 SIP phones on our local
network. I have set up echo cancellation with 800ms echo training. I do
not have
2009 Apr 29
1
US Caller ID
Okay, I can't find what might be causing this. Here is what I got:
Asterisk server hooked up to a digital T1 line (full 24-channel) via a
Digium card.
Verizon has turned on caller ID on the first line (I can guarantee it
is on as I can hear the FSK tones on this line but not the others).
Using zttool an ZapScan() I have determined the following:
1) The RxB/RxD bits toggle from 1 to 0
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 Oct 12
3
Calibrating both RX and TX gain?
Hello!
I'm having an echo problem with a TDM card. The TDM card is being fed by
a channel bank just 12 or so feet away. When you put an analog handset on
the line, both the RX and TX volume seem to be just fine. However, when I
use the TDM card, I have to have an rxgain of 13.5, and even then, the
audio is relatively quiet. I'm also getting echo on these lines, so I
have turned
2005 May 24
6
echo problem
I have searched for how to locate echo cancelation on SIP clients, but
cant find anything and echocancel=y doesnt seem to have any effect.
Configuration:
CVS-HEAD from last month
iPAQ h5500 with SJPhone (gsm/ulaw/alaw)
Problem description:
When I place or receive a call I hear a faint delayed echo of myself.
The other party hears a really bad nonmuted echo that makes the call
unusable.
Aside
2005 Sep 10
1
PRI echo
Hi,
My configuration is pri----*(te405p)---iaxclient.
My * version is 1.0.7 running on tyan dual opteron
board.
I have several problems.
1) inbound echo
For outbound call(iaxclient-->pri), there is almost no
echo. But for inbound(pri-->iaxclient), I can hear
distinct echo. Can Sangoma a104 or digium te406p help
this problem?
2)Today i received te406p. I know T1/E1 jumper. But
how can i
2004 Jul 01
1
SPA-2000, call for help testing echo issues...
In my hunt to track down my echo issues, I tried disabling all echo
cancellation, suppression, adaption, on my SPA-2000 (Advanced section of
the config, under Line 1/2). Then calling from one local extension to
another. (SPA-2000 Line1, to Line2 on the same device)
I was pretty shocked with the results, the echo was HORRIBLE! I even
tried 3 different analog phones.
Now, once I turned the echo
2005 Feb 17
5
PRI and echocancel
Hello,
I have a crossover PRI(Asterisk server to PBX) and a regular telco PRI T1
line and currently have echocancel=yes and echocancelwhenbridged=yes on
those spans in zapata.conf. I was discussing CPU load with another Asterisk
user and he mentioned that PRIs don't need echo cancelation and that turning
it off will reduced CPU load on the server. I checked many sample configs
and the
2006 Dec 12
2
repost gain problem with asterisk and zaptel 1.4
Hey guys, I'm having some trouble with gain settings using a Wildcard
X100P and Zaptel 1.4 Beta 2 on Asterisk 1.4 beta 3. My transmit volume
between an IAX client (idefisk) and a POTS device through my 1.4 box is
great, but my receive volume is terrible. I can hardly hear a word they
say. I've cranked my gains up to 100, inserted the wcfxo module with
boost=1, but haven't had
2005 Oct 11
6
PRI echo issues: solvable?
Hello,
After solving the other "low hanging fruit" audio issues in our Asterisk
PBX, we are left with occasional cases of severe echo which we have not
found a solution for yet.
Our system:
- Asterisk 1.2.0-beta1
- TE110P on a PRI
- TDM04 and TDM40, but these are unrelated to current echo issues
- Fedora core 3
- Echo canceller KB1
Most calls have minimal, acceptable echo levels. But
2005 Aug 16
0
Echo calibration with ztmonitor and a testlinefrom a telco
The value of 14800 is correct.
I had issues with my TDM400p with 2x FXO's installed and using the Xlite client. I could not get the echo stable at the initial call.
Changing to a hard phone made everything work correctly. I still had problems with the off location I called, but mostly worked great.
To see the TX gain I created an extension with the Milliwatt command attached to it and called
2010 Oct 21
2
Calculating variances in a moving window
I am trying to create basic descriptive statistics for a spatial dataset
using moving windows of variable sizes.
I found the filter(dataset, rep(1/a,1)) very useful for obtaining
averages for a given moving window size "a"
(a is the window size within a column of data in a matrix - the filter
is applied to all columns automatically)
I could not find anything analogous for
2017 Apr 06
2
IMAP hibernate and scalability in general
We've been using hibernate for about half a year with no ill effects. There
were various logged errors in earlier versions of dovecot, but even with
those, we never heard a reported customer-side error (almost always when
transitioning from hibernate back to regular imap; in the case of those
errors, presumably the mail client just reconnected silently).
For no particular reason besides
2005 Feb 11
4
Weird Echo Problem
Ok I know I'm not the only one having echo problem with asterisk but the
weird thing is that when I receive a call from a PSTN line on my TDM04B
card I don't have any echo problem at the beginning of the call then
after a few minutes I start having echo on my side only (the person
calling from a regular phone doesn't have any echo), then it stop and
come back all the way until the
2005 Aug 08
6
IAX TO IAX call between two registered servers
Hello all,
I know this has been covered on list but can not find the answer I need, lots
of references to no authority found, but none with an answer.
I have two * servers, one behind firewall with nat the other on a dmz with
nat. Both servers register with each other successfully.
home is today's CVS-HEAD
away is Asterisk 1.0.7
on away: Registered to '165.xxx.xxx.xxx', who sees
2006 Mar 12
1
Looking for docs on adjusting txgain/rxgain
I am looking for docs on how to diagnose and adjust the rx/tx gain in
zapata.conf. The wiki has a link to this article but it no longer
exists on the server.
http://lists.digium.com/pipermail/asterisk-users/2004-November/071301.html
2010 Oct 28
4
[OT] dovecot appliance
Hello all.
I am reading the mailinglist for a long time now, and there was a thread
i believe called webgui or something.
In this thread there was a company i believe german, that was working on
a dovecot appliance with a web based gui to administrate a dovecot mail
server.
The problem is i did not save the URL of that company.
Does anyone know which company make the appliance.
Or does