search for: sencond

Displaying 8 results from an estimated 8 matches for "sencond".

Did you mean: second
2005 Mar 11
1
QuadBRI ,TDM400 and SuSE9.2 (Sencond try)
Hi all, this time with the complete configuration files... We need help with our SuSe9.2 asterisk box We have one QuadBRI and one TDM40B in an ASUS pundit R-2 barebone. We have downloaded the bristuff (0.2.0-RC7j) and installed it without problems. once we downloaded and compiled asterisk, zaptel and all other stuff, the module installation succed in this order: modprobe zaptel modprobe qozap
2013 Mar 17
1
zero line
Hi all, I´m plotting cf (with two axis) and addind a shaded color up and down on the 0 line x axis (tfr1 is the time). The thing is that when I plot this graph adds a line up on the "first" plot. I hope you can understand what I mean. How should I erase this sencond line, it is suposed they have the same data? Why zero line doesn´t complete the shaded area? plot(cf[,1],type="l",col="black", xlab="Time", ylab="Correlation", axes=F) grid() cord.x <- c(0,1:length(cf[,1]), length(cf[,1])) cord.y <- c(0,cf[,1],0) poly...
2006 Dec 13
4
Unintended thread forked in autostart
Hello all, I''ve got the problem about the following simple application using autostart and repeat_every. A thread(?) is forked for processing task at first, but at sencond time two threads seem to be forked. My simple application code is... - In worker class class FooWorker < BackgrounDRb:Rails repeat_every 2.minutes first_run Time.now def do_work puts Time.now.to_s + "Start processing....." do_some_task() puts Time.now.to_s + &...
2004 Feb 19
1
read codebook function
Anexed is my function for reading codebooks and the Vq Table. My problem is: I read a codeBook number of 41, so i called this function above 41 times. The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file. function fReadBits1 is the same as the ogg's read bit function. orry for the long function and to bother Adriano <p> -------------- next part -------------- int cOgg::readCodeBook(tOggCodebook *...
2013 Feb 27
0
About the CPU QoS and memory migratio
xen-devel: Hello Can you answer my following questions in detail? First,How to guarantee the CPU QoS(the CPU QoS includes the limit,reservation and shares)? Sencondly,How to reduce the times of the VM's accessing remote memory? and how to migrate the memory between the nodes? And can you provide the source code? Thanks, Regards, butine 2013-02-27 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists....
2016 Mar 21
2
NTFS ACL on database and vfs_acl_tdb
On Mon, Mar 21, 2016 at 01:28:44PM +0100, Matteo Maretto wrote: > Hi, > thanks for your question. > We have not investigated this matter yet, but we espect to find at least a > basic correspondence between the two. This would be enough for us. > On the Novell documentation we've read that the object rights are > essentially four: Browse, Create, Delete, Inheritance Control,
2010 Feb 05
16
DNAT Problem
Hi, I have a client behind shorewall which has 2 IP: 192.168.8.35 is the real IP and 192.168.8.37 is the virtual IP. I have added DNAT rules into shorewall: DNAT net loc:192.168.8.35 tcp 11008 - 1.2.3.4 DNAT net loc:192.168.8.37 tcp 55000 - 1.2.3.5 1.2.3.4 and 1.2.3.5 is virtual IP
2010 Jun 05
5
Controlling calls
Hello folks, I want to write an AGI script doing this: 1-user call a number. 2-asterisk call the agi script 3-the script dial the peer 4-if the call is answered, let the call up for 1min 5-then the script hangs up the channel. I tried either in php or in java but no success. In java i did this: ////////////// exec("Dial", "IAX2/400"); boolean t=true; while(t){