similar to: voice mail system

Displaying 20 results from an estimated 600 matches similar to: "voice mail system"

2013 Mar 11
0
compiling imap
HI I have a problem compiling asterisk with imap When I enter this command *sudo ./configure --with-imap=/usr/src/asterisk-complete/thirdparty/imap-2007f/* * * at the end I allways receive this error *asterisk the IMAP TK installation appears to be missing or broken* * * i have looked a lot in the internet but I still cannot find the answer * * [image: dagoberto_ramirez]
2009 Apr 15
3
How to apply a function to all combinations of the values of 2 or more variables?
Hi, All Forgive me if this is a stupid newbie question. I'm having no luck googling an answer to this, probably because I don't know the right R terminology to frame my question. I want to know how to run an R function on each combination of the values of 2 or more variables. In SAS-speak this is multiple "BY variables" or "CLASS variables". In R I've figured
2003 Oct 30
1
$ in domain name, Samba 2.2.8a
> -----Original Message----- > From: Gerald (Jerry) Carter [mailto:jerry@samba.org] > Sent: Wednesday, October 01, 2003 11:49 AM > To: Stuckless, Colin 709 778-3815 > Cc: Andrew Bartlett; 'samba@lists.samba.org' > Subject: Re: [Samba] $ in domain name, Samba 2.2.8a > > Andrew Bartlett wrote: > > | Yes, we are stripping it out for security reasons. The >
2003 Apr 16
1
rsync-2.5.6 on AIX 4.3.3
Hi all, After a few days of looking into why rsync-2.5.6 would not work when using the "::" syntax on AIX 4.3.3, I discovered it is only the case when the system is not patched. I patched my system to maintenance level 10 and it works fine. AIX 4.3.3.0 - not working # uname -a AIX host1 3 4 00070F3F4C00 # instfix -i | grep ML <stuff deleted> All filesets for 4.3.3.0_AIX_ML
2010 Sep 07
4
[LLVMdev] Intrinsic prototype has incorrect number of arguments!
Hello, I have a question, what is wrong with the following code? declare void @llvm.memcpy.p0i64.p0i64.i8(i64*, i64*, i8, i32, i1) nounwind ... call void @llvm.memcpy.p0i64.p0i64.i8(i64* %19, i64* %21, i8 %17, i32 0, i1 false) ... According to the compiler this is the error, but I seem to miss where exactly my fault is. Intrinsic prototype has incorrect number of arguments! void (i64*,
2005 Oct 13
1
ocfs2 and Suse 9.2
I'm having some problems with ocfs2 and Suse 9.2. The documentation for ocfs2 says it comes with Suse 9.2. I've installed Suse and used YAST to get to SP2. # SPident -vv Summary (using 612 packages) Product/ServicePack conflict match update (shipped) SLES-9-x86_64 0 0% 293 47.9% 44 (1597 18.3%) SLES-9-x86_64-SP1 0 0% 110
2008 Jan 15
3
4TB and "150 000 000" files out of memory error
Hi all, Thank you for your very useful product but I have a memory problem. I want use you product to migrate 4TB of data (in 150?millions files) When rsync make the list of files it full my RAM and after my SWAP and my server crash. I have 4GB of RAM and 4GB of SWAP Do you know what can I do?? Can I have an option to use an index on disk or something like this?? Thanks in advance
2010 Sep 07
0
[LLVMdev] Intrinsic prototype has incorrect number of arguments!
On Sep 7, 2010, at 8:03 AM, F van der Meeren wrote: > Hello, > > I have a question, what is wrong with the following code? > > declare void @llvm.memcpy.p0i64.p0i64.i8(i64*, i64*, i8, i32, i1) nounwind > > ... > > call void @llvm.memcpy.p0i64.p0i64.i8(i64* %19, i64* %21, i8 %17, i32 0, i1 false) > > ... > > > According to the compiler this is the
2009 Apr 22
1
How to make a time series object from a data frame containing dates.
Hi, All I have a data frame like this. > names(x) [1] "month" "alloc_gb" One of the columns contains the dates I want to use: > data.class(x$month) [1] "yearmon" I would like to make a time series object out of this. However the ts function seems to require me to spell out the starting date. Is there a way to tell ts to use the date column I already
2017 Dec 17
0
APC SmartUPS 1000 via usb
Bonjour, Je fais suite au message que vous avez post? en 2015 : http://lists.alioth.debian.org/pipermail/nut-upsuser/2015-February/009568.html J'ai le m?me probl?me et ne trouve pas la solution. Comment vous en ?tes-vous sorti ? D'avance, merci pour votre aide. -- Cordialement Herv? BASTET Nouveau num?ro non surtax? 01 69 42 87 94 Ce message est prot?g? par les r?gles relatives au
2008 Dec 10
1
df returns weird values
Hi, I'm starting to play with glusterfs, and I'm having a problem with the df output. The value seems to be wrong. (on the client) /var/mule-client$ du -sh 584K . /var/mule-client$ df -h /var/mule-client/ Filesystem Size Used Avail Use% Mounted on glusterfs 254G 209G 32G 88% /var/mule-client (on the server) /var/mule$ du -sh 584K . Is it a known
2014 Oct 15
3
Domain Controllers virtualized KVM
Hello to you all! We are implementing here at the University KVM virtualization for our servers and services and i was wondering if anyone virtualized domain cotrollers to KVM. Does anyone done this before? Any advice? -- Andry Michaelidou Papa | IT Systems Administrator|Department of Computer Science| University of Cyprus Tel: +357.22.892734 | Fax: +357.22.8927231 | http://www.cs.ucy.ac.cy
2016 Mar 08
2
ALLOCATE in a FORTRAN subroutine
> You can call (some) R functionality from C When I read about 'R api' I thought that we could call all the functionality of R. I think that in the windows world, this is called OLE automation. From a pure programmer point of view, it is very convenient and my customer is creating a team of programmers. But, if only 'some' functionalities can be called, it's not so useful.
2010 Sep 07
3
[LLVMdev] MachineMemOperand and dependence information
I have two questions regarding MachineMemOperands and dependence information. Q1) I noticed that MachineMemOperands are lost when two LDRs are combined and a LDRD is generated in ARMPreAllocLoadStoreOpt:::RescheduleOps. (before optimization) %reg1033<def> = LDR %reg1030, %reg0, 4100, pred:14, pred:%reg0; mem:LD4[%uglygep10] %reg1054<def> = LDR %reg1030, %reg0, 4104, pred:14,
2010 Sep 07
2
[LLVMdev] llvm-config error
Hello, Takumi, you are absolutely right! It was a problem with Perl. Many thanks! That problem solved, tried to compile again the kaleidoscope example but unfortunatelly now I get the link errors found bellow: $g++ -g –O3 toy.cpp `llvm-config –cppflags –ldflags –libs core`-o toy c:/llvm-2.7/Release/lib/libLLVMSystem.a(Signals.o):Signals.cpp:(.text+0x4d4): undefined reference to
2010 Sep 07
1
[LLVMdev] MachineMemOperand and dependence information
Sorry, this is the part in ARMLoadStoreOptimizer.cpp that creates a LDRD instruction. Ops.pop_back(); Ops.pop_back(); // Form the pair instruction. if (isLd) { MachineInstrBuilder MIB = BuildMI(*MBB, InsertPos, dl, TII->get(NewOpc)) .addReg(EvenReg, RegState::Define)
2015 Feb 27
3
APC SmartUPS 1000 via usb
Hello, I can't make a brand new APC SmartUPS 1000 (REF SMT1000I) communicate with a ubuntu 8.04 server via usb port. NUT version 2.2.1 seems to be the last on ubuntu 8.04 Could you help me please ? Thanks Herv? Mazzilli ----------------------------------------------------------------------------------------------- root at myserver: lsusb -vvv --> Protocol spec without prior Class and
2003 Apr 10
0
compile fixed, ssh-basic.test not working
Thanks for the help Jim. I have found the testsuite stuff, and this in turn pointed me at build.samba.org, which in turn told me that the build farm is using cc instead of gcc. I was able to get the compile finished with cc and make (rather than gcc and gmake). One thing to note: I could only get the ssh-basic.test to work by adding a kludge and commenting out the "ThisShouldGo Line."
2016 Apr 27
1
difference between require and library
Hi, Is there any other difference between 'require' and 'library' than the error or warning when the library is not found ? Jean in France -------------- next part -------------- Ce message et toutes les pi?ces jointes (ci-apr?s le 'Message') sont ?tablis ? l'intention exclusive des destinataires et les informations qui y figurent sont strictement confidentielles.
2016 Mar 07
4
ALLOCATE in a FORTRAN subroutine
Hi Martyn, Many thanks for your answer. If I make it short : we can, once we know how to do it, 'drive' R from within FORTRAN for example to do a Myarray = seq(0, mydimension) in R once we have compute mydimension in FORTRAN. Is that correct ? If yes : it's too 'complicated' for the time I am hired (I mean I have been hired to do FORTRAN code not to learn R !). Second