similar to: 500ms usleep in rtp.c ?

Displaying 20 results from an estimated 2000 matches similar to: "500ms usleep in rtp.c ?"

2007 Aug 02
3
Blip every 30 seconds?
Strange issue.... when I record a file from a phone to the asterisk system I get a blip in the recording every 30 seconds. It's a very small blip, but it is there. It seems like it's only if I'm recording, not when I'm playing back that the issue happens. My SATA drives, ETH0, and my Sangoma card are all on seperate IRQs. Any thoughts on what might be causing this and how to
2006 Nov 26
1
Odd blip when playinv IVR over IAX
Hi, I have an IVR that sounds just fine and dandy over ZAP. However, when I dial in through an 800 number from a provider that I connect to via IAX I get this 'blip' in the sound file. At first I thought it was just packet loss, but it happens at the exact same spot every single time. There are several parts to the IVR menu and several places where this blip happens every single time
2008 Mar 19
1
Ribbit Demo
Nice Ribbit Demo http://blip.tv/file/753401 I think we should get some Asterisk video demo's up on blip.tv as well. Post to this list with the url once you have your demo's up there. Regards, Dean Collins Cognation Pty Ltd dean at cognation.net +1-212-203-4357 +61-2-9016-5642 (Sydney in-dial). -------------- next part -------------- An HTML attachment was scrubbed...
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
Description: Replace many usleep and some sleep calls with nanosleep. usleep is stated in its manual page as removed by POSIX. Contrary to its predecessors, nanosleep semantics is well defined. The replacement, which is mostly in drivers, is untested. Supplements http://bugs.debian.org/633791. Last-Update: Sat, 13 Aug 2011 14:04:48 +0300 Index:
2011 Oct 08
1
blip.tv - "Libguestfs packaging"
https://blip.tv/opensuse/episode-5622859 Does anyone have the right tools to extract this video? I refuse to use flash over here, and as it's not on youtube I can't use youtube-dl. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn
2014 Feb 20
1
Logic problem in NUT with upscode2 driver
On 2/20/2014 6:55 AM, Charles Lepple wrote: > On Feb 19, 2014, at 12:50 PM, Ted Mittelstaedt wrote: > >> Worse, however, is if there's a power failure right near the end of >> the 2-days-off cycle. That happened to me last week - it was a >> short duration 15 second loss - and the upscode2 driver decided it >> needed to issue a forced shutdown. >> >>
2004 Apr 30
3
Asterisk <--> Cisco router
What codec should be used to connect a * box to a cisco router which has a t1 with 24 trunks coming in? My router voip dial plan looks like this: dial-peer voice 2 voip destination-pattern [1,2,,3,5,8].. session protocol sipv2 session target ipv4:10.x.x.x dtmf-relay cisco-rtp codec g711ulaw no vad ! The problem I have is when more than one call is on it, sometimes the quality gets very
2012 Nov 06
4
apcupsd
Anyone else around using apcupsd? I seem to be seeing a problem, and I'd like someone to check me on it: I edit /etc/apcupsd/apccontrol to replace the value of SHUTDOWN from /sbin/shutdown to /bin/false (we don't want 3 or 6 servers shutting down over a 2 second or so blip, which it really wants to do). What's happened is that a machine shut down the other day, and looking at it, I
2010 Feb 10
1
samba ctdb doesn't set default gateway properly on second node;
Hey all, I am trying to figure out a weird problem. I have a two node ctdb samba setup where the first node acts as expected setting the default gateway (startup shutdown takeip recoveryip) if there is a network blip / link down, but the second node does not set the default gateway properly on the initial recovery of the link after the blip has occurred. If I restart the machine or restart the
2008 Jun 12
3
Odd Polycom Reboot Issue
Hello list- I'm having an extremely odd issue with an installation of mine. The system is running * 1.2.12.1 and currently handles around 100 handsets. With the exception of a few Grandstream DTA's, all devices are Polycom 320, 430, or 601's. After a recent power outage, I'm having an extremely odd issue with one of the handsets. One of the Polycom 601 units simply reboots every
2013 Feb 20
1
DTMF Blips at end of Record() - 1.8.18
Hi, I've noticed on asterisk 1.8.18 I'm hearing the blip of '#' DTMF to end the recording on the recording itself. Is there an easy way to truncate the last 200ms of the recording or so to eliminate this? The DTMF is coming in through rfc2833 and not inband. Thanks. -- James -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Mar 27
2
[Bug 14328] New: usleep() is obsolete, use nanosleep()
https://bugzilla.samba.org/show_bug.cgi?id=14328 Bug ID: 14328 Summary: usleep() is obsolete, use nanosleep() Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter:
2009 Jun 10
0
[PATCH] Use nanosleep instead of usleep when waiting the hardware.
usleep() was being used without checking its return value. When the server receives SIGALRM or SIGIO the waits are shortened and random modesetting failures happen: Use nanosleep and loop around it until the requested time has elapsed. --- src/nouveau_hw.c | 2 +- src/nouveau_local.h | 6 ++++++ src/nv_bios.c | 2 +- src/nv_crtc.c | 2 +- src/nv_include.h | 1 +
2020 Apr 04
0
[PATCH] nonblocking: remove usleep usage
usleep is deprecated under POSIX 2008 and is optionally unavailable with uClibc-ng. Signed-off-by: Rosen Penev <rosenp at gmail.com> --- examples/nonblocking.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/nonblocking.c b/examples/nonblocking.c index 8e38a94..2f15b80 100644 --- a/examples/nonblocking.c +++ b/examples/nonblocking.c @@ -70,8 +70,10 @@ int
2006 Mar 15
2
Table with a field name ''type'' problem.
I have a table with a fieldname called ''type'' which does not present itself on the CRUD screens. However if I rename it to ''some_type'' it works just fine. Any ideas? Here is my configuration: Ruby version 1.8.2 (i386-mswin32) RubyGems version 0.8.10 Rails version 1.0.0 Active Record version 1.13.2 Action Pack version 1.11.2 Action Web Service version 1.0.0
2010 Jan 21
1
Recent openvz kernels unstable?
Has anyone else running heavily loaded openvz boxes noticed strange behavior with the latest kernels? Ever since updating to the latest *.164* kernels, we have mysterious machine lock ups. Sometime there will be an oops message, other times there will be none. The oops messages aren't the same when we manage to get one. Sometimes a machine will just drop off network without even a blip on
2013 Feb 08
2
apcupsd, odd behavior
As we have every day, we had a power blip overnight. one, at least, of the servers connected to a SmartUPS via cable, announced that "power exhausted, initiating shutdown" (which I've disabled). The thing is, I know the servers on that UPS draw a ridiculous amount of power, but I don't see that on the others... and this was three seconds, not minutes, after it announced there
2003 Apr 08
1
Re: SIP and ATA186
On 2003-04-08 at 09:42, Mark Spencer wrote: > > So audio should probably be cut through as soon as dialing is finished. > > We do pass audio through whenever we get 183 Session Progress (or even > without it). However, in at least one users tests, interfacing with Cisco > equipment, the Cisco is sending to the wrong port number (not the one we > specified in our SDP) so
2020 Jan 01
2
Belkin USB UPS Not Turning Off
On 1/1/2020 2:21 AM, Roger Price wrote: > On Tue, 31 Dec 2019, David White wrote: > >> ... But it did not actually turn off the UPS at all. The UPS kept >> beeping and I had to turn it off manually. >> >> I thought that NUT would handle this. But perhaps it cannot for my >> unit? Or perhaps I have things improperly configured? Any suggestions? >> Thanks
2009 Feb 16
1
DTMF not completely muted
Hi all, When the Dahdi driver detects DTMF, it seems it's not muting the first 5-15 ms and sometimes the last 2-10 ms of the DTMF tone. This shows up in recorded voicemail greetings -- you hear a very short DTMF '#', or sometimes two blips, at the end of the recording. I have a Mitel SX-200 connected to Asterisk 1.6.0.1 by a couple of Digium cards: a TE420 w/Octasic and pri_net