similar to: Slip Events

Displaying 20 results from an estimated 200 matches similar to: "Slip Events"

2004 Jul 06
1
zaptel DTMF delay
Has anyone noticed a delay in sending DTMF to zaptel devices? I have a T100P connecting to an NACT telecom switch. All calls are sent just fine, but there are 4 seconds of delay between when the channel goes off-hook & the digits are collected by the NACT switch. I also have some cisco 5300 boxes connected, but there is no delay. Any ideas? -g
2015 Feb 03
3
Joining samba4 as a DC to Windows Server 2012 active directory
Matthieu Patou <mat <at> samba.org> writes: > > On 04/28/2013 02:57 AM, James-Arthur Eaton Gonzalez wrote: > > Hello all, > > > > I am attempting to join samba4 to my current domain which is controlled by > > a Windows 2012 Active Directory Server. When following the instructions on > > the official WIKI: > > > >
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl, 1. installed debian onto a usb hard drive from laptop (onto /dev/sda1) did *not* install grub or lilo. 2. set up extlinux on /dev/sda # mount /dev/sda1 /mnt/t1 [root at harpo syslinux-3.00]# cd /mnt/t1/ [root at harpo t1]# ls boot/ config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386 vmlinuz-2.6.8-1-386 [root at harpo t1]# mkdir boot/extlinux [root
2017 Sep 08
0
EOF from net_disconnect(fd)
Hi! Nice to hear you are developing this, I'll add it to our wiki if it's not there. Please don't use net_transmit, it's going away. You should use ostream and istream instead. Aki On 08.09.2017 09:29, Steffan Cline wrote: > I?m working on an OS project from github. There are two parts: > > Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin > >
2017 Sep 08
1
EOF from net_disconnect(fd)
I'm not the originator. I'm just trying to do some maintenance on the code to make it work for CentOS 7. I'll check out those two. Any ideas on how to check exactly what's sent via the socket? If the EOF is sent, I know to dig further into the daemon code. Thanks, Steffan Cline steffan at hldns.com 602-793-0014 > On Sep 7, 2017, at 11:43 PM, Aki Tuomi <aki.tuomi at
2008 Feb 14
1
Riello Dialog Plus UPS
I have a Riello Dialog Plus UPS... someone knows how to configure nut for this UPS? I have tried the bestups, fentonups and sec driver without result... ( I have tried others driver too...) I have tried the genericups but it does not work... This UPS have a RS232 port and seems not to be a "contact closure" UPS (but the manual, for example, tells that "pin 9 contact close: battery
2002 Aug 12
1
question about cloud() in lattice package
Hi all, I have been previously been using scatterplot3d package to create some graphs but unfortunately it does not allow me to rotate the plot on all three axis. The cloud() function in the lattice package does allow me to do so. When I was using scatterplot3d I was using a script (Shown Below) to calculate the mean, quartiles and range limits for all three axis and I was representing that on the
2017 Sep 08
5
EOF from net_disconnect(fd)
I?m working on an OS project from github. There are two parts: Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon # dovecot --version 2.2.10 Both parts worked fine on CentOS 6 but I recently rebuilt them both for CentOS 7 and have run into some errors. The plugin sends a notification over a socket to
2006 Oct 13
2
Re: Generate Random Numbers in dialplan
On Fri, 2006-10-13 at 12:52:38 -0400, Jon Weisman <jweisman@ibell.net> wrote: > Hi All, Anyone know how to generate random numbers in the > dial plan? I've tried using the RAND function but it doesnt > work. Basically I need to generate a random 5 digit number > everytime a particular extension is dialed and then save that > into
2010 Mar 23
4
Publishing a webcam on a web page?
This talk of cameras has reminded me of a problem I've not yet been able to solve. I have a Logitech Communicate STX ( ID 046d:08ad Logitech, Inc. QuickCam Communicate STX ) This seems to work under v4l on CentOS 5.4. If I load xawtv (from rpmforge) then I can view the image from the camera. But what I'd like to be able to do is have the image appear on a web page (maybe streaming
2008 Jan 24
0
Samba hangs DOS apps (foxpro and clipper)
Hi. I start to manage small network with about twenty workstation. There is an old DELL with Novell 3 as file server and spooler for four printers. Clients (Win98 and WinXP) runs dos applications written in clipper and foxpro. Everything works fine, but... :) I want to migrate file server and spooler in to new server with RHEL5. Cups works fine, but Samba not. DOS apps randomly hangs or freeze for
2006 Jun 26
0
[klibc 36/43] sparc64 support for klibc
The parts of klibc specific to the sparc64 architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit f30fa3db62972125afa68d3b53d03cdb843d3bbd tree f2d942e281dce8bb98d4fa84b7e431c7beaddfc4 parent 1b5c93603ed3460ed1fba9e5d453a6fa54d0ccce author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:50 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2009 Jan 01
2
Permission to add an entry to the Webcams page
I would like to add an entry for the Logitech QuickCam Communicate STX to this page: http://wiki.centos.org/AdditionalResources/HardwareList/Webcams Thank you. Marko
2010 Jan 21
0
fPortfolio prob: maxreturnPortfolio() returns Na/NaN/Inf error
Hi - First posting here. I am using fPortfolio to try and optimize a simple portfolio consisting of 5 daily return series. I want to maximize return subject to setTargetRisk(myspec)=0.08 using only constraints="LongOnly" I can run feasiblePortfolio() using a spec file that specifies the weights, and it works fine. When I run maxreturnPortfolio(mydata,myspec,"LongOnly"),
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all, I have a csv file containing words with *UNPRINTABLE ASCII* characters (described in the following table). Are there any viable method in eliminating these characters? I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not certain with the *UNPRINTABLE ASCII* characters. Your
2006 Jul 30
1
slightly OT: opinions on best webservice implementation
We have been using more and more Ror for new applications. Right now we are debating on the best way to implement some new webservices that will interact with our payment gateway. These webservices will be backend type functions. Updating customer/billing records, retrieving data, etc.. The interface for actually processing transactions won''t be changing. Ideally, the webservice will
2006 Jan 31
2
Canadian Termination $0.0039 / Minute
All we have a deal on Canadian termination. Rate: $0.0039 US Dollars Billing: 1/1 Protocol: SIP or H323 Codec: G729 Terms: Prepaid Only. We have a real-time web interface where you can monitor or download your CDR's. Please e-mail me offlist if you are interested: jweisman@ibell.net Thanks, Jon -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Nov 24
0
[LLVMdev] [llvmdev] Specifying / modeling copying semantics in more detail
Dear All, I've had a lot of progress on my 6502 family target, but I've hit a bit of a stumbling block wherein some passes inadvertently cause malformed final instruction listings. It's not necessarily llvm's fault, though. An example: %a<def> = COPY %w04 asl_a_16_once %a<imp-def>, %n_flag<imp-def,dead>, %z_flag<imp-def,dead>,
2008 Sep 19
1
Problem with Arima HDAMA rev.G with Integrated SiliconImage Sil3114 Serial ATA 4 Ports and 1TB SATA disks. Recomendation for a cheap SATA controller for linux software raid?
Dear Everybody, I am telling you the whole story, perhaps you can give me a better idea. Almost 3 years ago I purchased Arima HDAMA rev. G motherboard with integrated Silicon Image Sil3114 Serial ATA 4 Ports SATA I adapter. ( http://www.arimacorp.com/ViewProduct.asp?View=86 ) . BIOS version is 2.13. My intention is to make a file server, using linux software raid, so I bought 2 new shiny 1TB
2008 Sep 26
0
PRI TE110P Configuration (Solved)
Hi, The problem solved After installing new zaptel drivers, we ran the "genzaptel" command to generate /etc/zaptel.conf file,checked with "zttool" command and the card status was "Yellow alarm/Blue alarm/Recovering" and the card LED was blinking red and green. The problem was with the generated zaptel configuration., but not with the pin