similar to: Call quality degradation after time

Displaying 20 results from an estimated 10000 matches similar to: "Call quality degradation after time"

2020 Feb 26
0
Quality degradation with 1.3.1 when using FEC
Hi, I noticed that in some scenarios, Opus 1.2.1 produces better quality than 1.3.1 does. In the use case here, I'm enabling FEC and "transcode" signals from telephony networks (PCMU, 8kHz sampling) to VoIP (48kHz here). In this case, Opus always produced some leakage/ringing above 4kHz but for 1.3.1, these artifacts became worse. The small script below can be used to demonstrate
2020 Feb 21
0
Quality degradation with 1.3.1 when using FEC
Hi, I noticed that in some scenarios, Opus 1.2.1 produces better quality than 1.3.1 does. In the use case here, I'm enabling FEC and "transcode" signals from telephony networks (PCMU, 8kHz sampling) to VoIP (48kHz here). In this case, Opus always produced some leakage/ringing above 4kHz but for 1.3.1, these artifacts became worse. The small script below can be used to demonstrate
2007 Jul 12
0
Quality degradation on new versions
Hi Aviv, Does the audio sound bad? You can try turning off the highpass filter (which was not in 1.0.5). This code is from ti/testenc-TI-C5x.c in the source tree: /* Turn this off if you want to measure SNR (on by default) */ tmp=0; speex_encoder_ctl(st, SPEEX_SET_HIGHPASS, &tmp); speex_decoder_ctl(dec, SPEEX_SET_HIGHPASS, &tmp); - Jim ----- Original Message ----- From:
2007 Jul 17
1
Quality degradation on new versions
Hi Jim, First of all - thanks, turning the highpass filter off was what I needed, and the waveforms match now. But, when i did the PESQ tests again I found an interesting result : version 1.0.5 still got a slightly better average score, but the standard deviation on version 1.2 beta1 was much smaller. The cause for that is this - on some samples versions 1.0.5 and 1.2beta2 produced a single
2006 Jan 19
13
Polycom FW
Anyone know how to obtain firmware and starter .cfg files for Polycom phones? Despite registering at the Polycom web site, I can't locate this stuff.
2005 Jan 14
1
voice quality with asterisk
hello list , my set up is like this ip device -->ser ---> asterisk(astcc) --> pstn gatewsy my asterisk version is 1.0.2 iam using the ser as registration and asterisk aa the prepaid one with the help of the astcc. now my problem is the destination people i.e the pstn line s are listening low voice and also the blurr sound quality along with the audio of the ip device at
2008 Nov 07
2
help with dialplan
I have a small system, server, client and 2 phones. Phones are polycom 501's. In general all is working fine. I can call the two phones, speak etc... I can have the server call each phone and play a wave file. However, when trying to setup a direct dial number of 1044 that calls another machine running asterisk - something ODD is happening. ; This is not working.... [smvoice-sip] exten
2015 Jul 15
2
Problem "no voice"
Hi list! I have 4 numbers on my Asterisk 1.8. 3 work perfectly, the 4.th not. I'm not sure, when it finish to work, since a month ago it runs without any problem... Well, if I will be called on this number I can't hear anything and in Asterisk I see these: [Jul 15 18:59:55] WARNING[8752]: channel.c:5060 ast_write: Codec mismatch on channel SIP/00493514977290-000001d1 setting write format
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
On 14/05/2020 08:10, John Hughes wrote: > > I am having a problem with one of my callers who is using either g729 > or alaw.  I can do alaw but not g729 so asterisk should negotiate alaw > right?  In fact from the sip debug it looks like it does, but then I > get the dreaded "channel.c:5630 set_format: Unable to find a codec > translation path: (g729) -> (alaw)"
2007 Apr 19
1
Problem with TDM2400 and Polycom 501... Voice Quality Lost...
Hi List... I have an asterisk box with one TDM2400, it has 8 FXS's and 12 FXO's, and it also has the echo canceller... I'm running Asterisk 1.2.13 and Zaptel 1.2.12 with the Kernel 2.6.9-34.0.2.EL I'm using Polycom's 501 with the SIP 1.6.2.0041 The problem is when someone dials to or from the PSTN through the TDM2400, the voice quality is crappy...Instead of hearing:
2020 May 14
1
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
On Thu, May 14, 2020 at 11:31 AM John Hughes <john at calva.com> wrote: > On 14/05/2020 08:10, John Hughes wrote: > > I am having a problem with one of my callers who is using either g729 or > alaw. I can do alaw but not g729 so asterisk should negotiate alaw right? > In fact from the sip debug it looks like it does, but then I get the > dreaded "channel.c:5630
2007 Jul 24
0
Quality degradation on new versions
Hi, OK, basically it appears to be an overflow of the decoded signal, but I can't reproduce it with speexenc/speexdec. There's an overflow occurring instead of what should be saturation. Is it possible you're using speex_decode() and converting from float to short without first checking for overflows? Normally speex_decode_int() should do it for you, but if you use the float version
2005 Aug 02
0
Re: Minimum CPU required for >60 calls
Adam, I thought Andrew Kohlsmith gave the individual good advice without intentionally malaciously spitting in the guys face. For the question, " 'Whats the ' Minimum CPU required for 60 calls? " I think a Pentium 3, high end, which is cheap right now, should do fine, but you will need either 3 T-1s or arrange for the calls to come in via SIP, but you will still need more
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
> From: "John Hughes" <john at calva.com> > To: "Asterisk Users Mailing List, Non-Commercial Discussion" > <asterisk-users at lists.digium.com> > Sent: Thursday, May 14, 2020 2:10:45 AM > Subject: [asterisk-users] I can do alaw, ulaw and gsm; remote can do g729 and > alaw; asterisk wants to translate g729 -> alaw. WHY? > I am having a
2020 May 14
0
I can do alaw, ulaw and gsm; remote can do g729 and alaw; asterisk wants to translate g729 -> alaw. WHY?
The other end is sending g729 even though it was not negotiated. The other end should not do this and it usually seems that the other ends that do send g729. This was recently fixed. See https://issues.asterisk.org/jira/browse/ASTERISK-28139 Richard On Thu, May 14, 2020 at 1:11 AM John Hughes <john at calva.com> wrote: > I am having a problem with one of my callers who is using
2007 Jul 12
2
Quality degradation on new versions
Hi, I have been using speex version 1.0.5 on a text-to-speech program. Recently I upgraded to version 1.2beta1 and noticed that the waveform the I got after encoding and decoding on the new versions (beta1,beta2) is much more different than the original than on version 1.0.5. I also ran a PESQ comparison test on 700 voice samples and got better results in the older version (I used quality 9, and
2010 Mar 11
2
Codec preference
How can I set the prefered codec between 2 calling parties ?? My Grandstream supports G729, alaw and gsm... in this order. The Zoiper softphone has alaw and gsm as codecs... in that order. Although there should be a matching codec found, my Grandstream can not call the Zoiper softphone. CLI shows : [Mar 11 17:47:21] WARNING[22367]: channel.c:3340 ast_channel_make_compatible: No path to
2017 Nov 01
3
asterisk 13.18.0: pjsip: unnecessary 603 decline because of wrong codec decision
Hello! I'm facing the following scenario: - Initial call opened to asterisk: SDP g722,alaw,ulaw - Outgoing call to provider started with Invite / SDP alaw, g726 and g729. - Provider sends 183 Session progress SDP: g729, alaw - Provider sends g729 rtp packages But: there is no license to transcode g729. What is asterisk doing? Asterisk decides to stop the call at all: - Sends cancel
2006 Apr 19
0
sip.conf codecs: ulaw, alaw and g729
Hi, When ever I put g729 in allow for trunk the other two codecs (ulaw and alaw) stop working and I get the frame type error for them, but g729 works fine. I've cleared general part of sip.conf of codec info to be on safe side. If ulaw and alaw are the only ones allowed they work fine. Asterisk shouldn't be doing any encoding or decoding, all codecs should be passing through. Any
2010 Dec 06
1
Asterisk 1.6.2.10 video call
Hello list, I'm trying to set up a video call from my Ekiga client to a Grandstream GXV3140 IP-phone. The call succeeds but there is no video. I have in sip.conf : videosupport=yes disallow=all allow=alaw allow=g726 allow=g729 allow=gsm allow=h261 allow=h263 allow=h263p allow=h264 The Grandstream peer has codecs (sip.conf) : gsm;alaw;g729;h261;h263;h263p;h264 The Ekiga peer has codecs