similar to: Choppy sound while converting alaw to ulaw

Displaying 20 results from an estimated 7000 matches similar to: "Choppy sound while converting alaw to ulaw"

2004 Aug 13
3
voice choppy
OK, background/config. running * (show version reports 0.9.0) on Mandrake 9.2 (kernel: 2.4.22-32mdk) with a dual 800mhz PIII with 256M Ram 4port FXO digium card, no IRQ sharing I can find (cat /proc/pci & cat /proc/interrupts), vmstat reports a minimum of 80+% CPU idle when problem occurs. connect to a Grandstream 101 (GS) via vpn (no nat). Link has 100ms - 150ms ROUND TRIP latency
2009 Jan 25
2
Choppy Sound On Bridging From SIP->IAX
I am experiencing choppy sound when I bridge from a SIP peer to an IAX peer. I am running Asterisk 1.4.13 on a 2.6.22.9 kernel (Fedora). I am experiencing choppy sound from the SIP peer to the IAX peer but not vice-versa. I know that this is not a bandwidth issue because I don't have choppy sound (with the same codec) when bridging IAX->IAX peers or SIP->SIP peers. My timing source is
2006 Mar 24
3
* Meetme Freeze patch found
Hi all Apparently there is a patch for those 1.2.4/5 MeetMe Freezes: http://bugs.digium.com/view.php?id=5884 Haven't tried it out yet. Benoit Panizzon -- I m p r o W a r e A G - System Services ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz
2006 Nov 10
1
Choppy sound in voicemail using Asterisk 1.2.11 on CENTOS4 guest on vmware server
I have had no success in getting the voicemail working on Asterisk 1.2.11 on CENTOS4(2.6 kernel) guest on vmware server 1.0.1. I tried with or without ztdummy device, renice -20 on asterisk process and even real-time priority on the host Windows XP box for the vmware process. I am running on an AMD Athlon 64 X2 4600+. The behaviour is when the voicemail answer, the voice sound ok but when
2009 Sep 27
1
DAHDI Question/Choppy Sound
Hi! I have Asterisk 1.6.1 installed on OpenSuSE 11.0 running with choppy sound. One specialist on the forums asked me if I have DAHDI configured, he assumed that this could be cause of choppy sound problem. > dahdi_test Unable to open dahdi interface: No such file or directory Do I need to configure DAHDI even if I do not have any Zaptel devices? Is there any guide for configuring
2006 Apr 24
2
User Defined VoiceMail announcement?
Hi all I noticed that most caller are quite confused by the standard voicemail announcement text. Especialy as the number read is the 'internal' number. Callers often hang up because they think having called the wrong number when they hear the announcement. Is there a way (like in many other PBXes) that the VoiceMail user could record his own announcement? (like, hello, this is the
2006 Mar 28
3
How to send announcement after called has picked up the phone?
Hi I would like to send a text to the called person when he picks up the phone before the call gets connected through. Is there a way to do this? Example: I'm registered to multiple SIP providers. They come in to a context each and then get through to my phone. Now I would like to send myself an announcement about from which SIP provider this call came from. -- Beno?t Panizzon,
2004 Jan 02
4
one way choppy sound problem !
Hi all, I have my asterisk setup as following: IP 2 x E1 x-lite <-------> Asterisk -------> PSTN When I place a call from x-lite to PSTN, the quality of the sound in the direction x-lite -> PSTN is very bad. That is, the voice of the x-lite user, heard by the PSTN user is choppy and makes communication not very pleasant. The sound is choppy as if bits of data
2007 Jan 17
2
One way choppy sound
Hi Guys I'm conecting 2 astersk servers using this arquitecture (Ext softphone)<==sip==>(asterisk 1)<====iax2 trunk====>(asterisk 2) <===alaw==>(pstn) If i call from the Ext to the asterisk 2 the sound is perfect, but if i call from Ext to the pstn, i can hear perfect but they tell me that sound really choppy, i tried using several codecs (same problem) but i
2019 Nov 18
4
On Register, run a script, validate source IP
Hi Gang To increase security against phished passwords and similar attacks, we consider offering customers to define IP ranges (or GeoIP locations) from which their dynamic registrations are being accepted. I can already look at the source IP in the dial plan, so no issue with validate an INVITE against a source IP. But I would also like to prevent registrations from outside of this
2008 May 05
2
AGI - Choppy Sound
Hi folks, I'm experiencing some problems with sound through phpAGI ... What I'm trying to do is a menu, doing some database lookups and so ... But sometimes the sound become too choppy ... just sometimes .. like 1 of 5 calls ... but is a big percentage ... And I have my current menu on the dialplan that I have no problems with it ... I'm using .gsm for both but different
2020 Jan 13
3
Solved: Re: Asterisk 13.18.3 PJSIP. Wrong Port in Contact Header in Reply to REGISTER?
Hi Joshua Thank you for your reply. Indeed, Ubuntu only ships with this old version. Upgraded to 16.2. via PPA. Problem persisted. Well, I already mentioned that this is a machine with two physical interfaces with different routes which on the 'external' side handles SIP customer registrations and has an 'internal' IC Trunk to a commercial Voice Switch via private IP Range. I
2012 Oct 05
3
How to log caller IP address in the CDR?
Hello We had this situation: Some bot-net did try to guess SIP logins and finally succeeded. The Asterisk Server was abused to call a large number of expensive destinations. It is clear that the sip logins have been passed to various persons (probably posted on a forum somewhere inviting to do 'free calls'). Right after the affected password was changed, the message log shows which
2009 Oct 09
1
choppy sound
Hi After a day of running asterisk, I got choppy sound when fw ip->pstn When I restart asterisk the sound is fine, Anyone had same problem? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091009/be8bbf2f/attachment.htm
2023 Dec 04
1
Asterisk 13 / chan_sip / registration after reject
Hi List We have some CPE which run an embedded asterisk 13 with chan_sip. Unfortunately, when a registration is rejected, those stop trying. I am familiar with pjsip which allows to configure: auth_rejection_permanent=no How do I achieve the same with chan_sip? Mit freundlichen Grüssen -Benoît Panizzon- -- I m p r o W a r e A G - Leiter Commerce Kunden
2020 Jan 24
4
Perl AGI: read variable with quotes
Hi Gang I have stumbled of this problem. I need the P-Asserted-Identity header in an AGI scrip. In the Dial-Plan I do: same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity)}) In the AGI I do: my $pai = $AGI->get_variable(PAI); This works fine, unless the PAI contains quotes: P-Asserted-Identity: <sip:1000 at 1.2.3.4:5060;user=phone> I get "<sip:1000 at
2005 Feb 24
1
choppy and cracking sound from zyxel prestige 2002
Hi, Does anyone have suggestions hooking Zyxel Prestige 2002 to Asterisk? I have tested Zyxel Prestige with both supported codecs. Call with G.711 sounds very choppy and cracking. Almost can't understand a word. Today I installed G.729 support into Asterisk but unbearable voice quality remains. It's a little bit better though. I have tested that Zyxel ATA with some commercial SIP
2005 Jun 24
1
Unable to open pseudo channel for timing... Sound may be choppy.
1.) I'm getting messages in my log: Unable to open pseudo channel for timing... Sound may be choppy. Unable to open IAX timing interface: No such file or directory I'm using kernel 2.6, I don't think I timing, do I? 2.) I'm losing IAX registration with provider nor IAX protocol will go through. Though, I can ping both providers just fine. When I reboot the firewall, the
2006 Dec 11
1
Unable to open pseudo channel for timing... Sound may be choppy.
Any idea what causes the warning "Unable to open pseudo channel for timing... Sound may be choppy."? Any ideas what I need to resolve this? I do have the zaptel module installed but don't have a zaptel card. I'm guessing this has to do with ztdummy? I'm running Debian and installed asterisk, zaptel, and zaptel-source from the backports. Any information appreciated!
2006 Apr 10
1
Choppy Sound when using linux router or asterisk
Hello, I created this setup, DSL------LINUX ROUTER-------ASTERISK Linux acts as router and forwards packets only 512M and AMD 1599.987 MHz Asterisk 512M AMD 2000 MHz When I ssh to linux router during the call and execute any command that requires cpu , then sound gets choppy. Simple test would be establish a call and start "du /" on the router. The same applies to asterisk box.