similar to: jitterbuffer and PLC

Displaying 20 results from an estimated 100 matches similar to: "jitterbuffer and PLC"

2005 Mar 19
2
More HEAD wierdness (chan_sip, jitterbuffer/PLC problems)
Hello, After checking out CVS HEAD from yesterday (for those new PLC/Jitterbuffer patches), I was affected by bug 3795 with my Polycom IP600's. After seing it resolved as of this morning (thanks Mark), I decided to try again... I can answer incoming calls. No problem there. Putting calls on hold, however, results in my Polycom IP600 indicating the call on hold, but the caller does
2004 Jun 28
2
Would this work?
I am trying to implement a rollover of extensions. exten => 3000,1,GotoIf($[${line1} = Congestion]?3:2) exten => 3000,2,Dial(${line1},15,rt) exten => 3000,3,GotoIf($[${line2} = Congestion]?5:4) exten => 3000,4,Dial(${line2},15,rt) exten => 3000,5,GotoIf($[${line3} = Congestion]?7:6) exten => 3000,6,Dial(${line3},15,rt) exten => 3000,7,GotoIf($[${line4} = Congestion]?1:8)
2005 Aug 25
0
Internal FXS to SIP problem
I've just setup a new asterisk box (cvs HEAD) with a digium tdm411 and a couple computers with eyebeam. I have one small. I cannot call the eyebeam clients from the phone connected the fxs port. I can call the phone from the eyebeem clients. And, I get both the fxs phone and eyebeam clients to ring when a call comes in through the fxo port. I have been trying to get this straightened out
2008 Jan 14
0
Help needed for Fax2Email with Welltech FXO 3804
I have this in my extension.conf: [incoming_28345474] ; 8862100 is the hotline number of the Welltech 3804 ; exten => 8862100,1,NoOp(${CALLERID(num)}) exten => 8862100,2,Wait(1) exten => 8862100,3,Set(CALLERID(num)=${CALLERID(num)}) include => fax2emailstart [fax2emailstart] exten => 3000,1,SetVar(CALLEDFAX=${EXTEN}) ; me exten => 3000,2,Answer exten =>
2008 Jan 27
1
rxfax does not work (anymore)
Below is my extensions.conf for the fax part [incoming_28345474] ; ;******************************************************************** ; BEGIN - Inbound call handlers ;******************************************************************** ; exten => 8862100,1,NoOp(${CALLERID(num)}) exten => 8862100,2,Background(if-u-know-ext-dial) exten =>
2008 Feb 26
1
iax trunking problem
i have 2 asterisk servers one on CentOS and one on Fedora , i configured IAX trunking between the 2 servers so that i dial -say from a sip extension 2000 on fedora server to a sip extension 3000 on CentOS server the call seems to be established but hangup automatically after very short time and here is the iax2 set debug command result on centos server and also my iax.conf and extension.conf and
2005 Feb 21
2
Why can't I make inter IAX calls between 2 Asterisk servers
<div><FONT size=2>Hello,</FONT></div> <div><FONT size=2>two questions: </FONT></div> <div><FONT size=2></FONT>&nbsp;</div> <div><STRONG><FONT size=2>1: How can I open/enable network connection to B?</FONT></STRONG></div> <div><FONT
2007 Jul 30
2
Tracking file activity
Hey List, I was wondering if and how one would go about tracking file activity on a Samba server, for basic auditing purposes. I'd ideally like to see what files where edited, by whom and when. I've done some RTFM and a bit of searching around the 'net, but haven't found anything yet. Even pointers to documentation on the subject would be welcome. Thanks in advance for
2009 Aug 07
1
Missing plc.c file
Hi, I've try to enable the new loss concealment code with celt-0.6.1. I've run "configure --enable-new-plc" but I've got a missing plc.c file while compiling. It is also missing for version 0.6.0. Can you release this missing file? Thank you, Pascal CRC
2010 Nov 30
1
PLC cpu performance badness
Hello all Firstly thanks to everyone involved for creating CELT. It is really very useful :-) One of my targets is current generation Apple iPod with the fixed point decoder (latest version from website, 0.9.1) Based on my simple time-stamp based profiling of my running app it looks like decoding a null buffer for PLC costs a lot more than decoding a normal buffer. For example a standard
2011 Mar 02
1
Crash bug in CELT plc
Hi all, In my setup, I'm using a framesize of 320 samples at a sample rate of 32000 Hz (10 ms frames). This gives me a mode where nbEBands is 21 and eBands[21] is 100 (the standard 2.5 ms short block ebands). This also gives me LM = 2, so what happens is eBands[nbEBands]<<LM is 400, whereas my framesize is only 320. This causes a stack overrun at line 1978 in celt.c in both calls
2012 Nov 30
1
PLC oddity
Hi Jean-Marc Shouldn't line 429 in celt_decoder.c be ALLOC(etmp, st->overlap, opus_val32); ? It seems that's how much memory is being written by comb_filter(). Or at least there seems to be some kind of disconnect somewhere. Cheers, John Ridges
2015 Mar 04
0
PLC
Hi We have implemented Opus Codec with a 48 ksps and 5 ms frame running on a C5535 for a radio link. The decode time takes about 2ms, which is fine. However if PLC enabled and there is a lost packet this increases to over 6 ms, which is a major problem for our radio link. Is there any options / optimisations that make the decode time more equal when a lost packet occurs with PLC? Many thanks
2015 Aug 25
0
PLC Sounds Robotic - How to Implement FEC Wideband
What do you mean by "implement"? You're just using the Opus built-in PLC (passing NULL), right? The PLC generally attempts to find periodicity and replicate it. I guess if your signal isn't periodic it can lead to a repetition that isn't great. It's something that could probably be improved in the PLC. Cheers, Jean-Marc On 08/25/2015 01:21 PM, Scott Boekweg wrote:
2016 Jun 09
0
Getting audio artifacts from Opus PLC
I'm running Opus (both encoder and decoder) on a Cortex-M7 (using floating point), and am getting an audible artifact each time I call the decoder with a NULL for the input data pointer. Normal encoding/decoding sounds fine, but when I run a test where I pass in a NULL on every 20th frame, I can hear what sounds like a quieting of the background noise and an impure tone (each time at a
2018 Oct 12
1
PLC and complexity?
Is packet-loss concealment influenced by the complexity setting?
2010 Jan 07
0
Question about PLC of Asterisk
Hi,I want to know how to do to work PLC of Asterisk. Anyone plz help me. PLC (Packet Loss Concealment) is included in Asterisk,I read at voip-info.org or release note. And I see in codecs.conf, "genelicplc" setting. So I put codecs.conf in '/etc/asterisk' ,and wrote "genericplc => true". And I worked Asterisk and tested. I think PLC like this. When I send 3
2016 Apr 03
2
opus : patches for FEC and PLC useful ?
In a fork of seanbright's opus patch for 13 there are further patches for Forward Error Correction and Package Loss Concealment, both of which ought to very useful in voip: https://github.com/traud/asterisk-opus Anybody used these patches ? Puzzled why they weren't committed to the main patch. sean
2008 Oct 29
1
Wine, PLC Programmer and COM port Problems
Hello, I'm attempting to use wine with PLC Programmer, which trying to connect to PLC by COM port. After installation and run, program not detecting com ports. This is HP OmniBook 900 Laptop. PIII 500 Sidux (without desktop environment, just pure xserver) - I'm using this laptop only for this program. I have configured it on XFCE, then deleted it. Program starting after system Boot, and
2006 Feb 06
1
how to implement PLC?
hi, i'd like to ask for a suggestion for implementing PLC (packet lost concealment). right now, i don't have PLC applied in my application. when voice data arrive from the network, i just play it right away. does having PLC require that you play something every interval? like if im expecting a voice packet say every 20ms, then i play something at that rate. either the packet that came