similar to: I need your help....

Displaying 20 results from an estimated 100 matches similar to: "I need your help...."

2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
Hi, In my experiments, I need to disable several linking optimizations. However, bzip2, vortex and eon failed if "-disable-opt" was passed to gccld. I tried the out-of-box llvm and the building process provided by llvm-test. The same problem was observed, when I specified EXTRA_LINKTIME_OPT_FLAGS = -disable-opt on Makefile.program and simplied typed "make" under
2006 Apr 20
3
[LLVMdev] configuration error for the latest LLVM
I just checked out the latest LLVM version from CVS server. But the configuration failed. The messages are ... checking whether llvm-gcc is sane... yes configure: creating ./config.status config.status: creating Makefile.config config.status: creating docs/doxygen.cfg config.status: creating utils/llvm-config/llvm-config.in config.status: error: cannot find input file: utils/llvm-config/llvm-
2006 Apr 20
0
[LLVMdev] configuration error for the latest LLVM
Jing Yu wrote: > I just checked out the latest LLVM version from CVS server. But the > configuration failed. The messages are Check to see if the file llvm/utils/llvm-config/llvm-config.in.in <http://config.in.in> exists within your LLVM source tree. If not, try the following command inside your LLVM source tree: cvs up -P -d -A llvm/utils/llvm-config If that doesn't work,
2009 Aug 29
1
Annotation database
Hi, I have 15 CEL files of Affymetrix platform from GEO. Title of experiment is : Ecoli_ASv2 Affymetrix E. coli Antisense Genome Array. I am looking for the package available in R for this array for annotation. I have already tried doing annotation from packages like org.EcK12.eg.db but I don't got the success. Is any other package in the form of database available for E.coli for
2005 Sep 10
4
Samba compatibility with NetAPP filers.
Jeremy There is NetApp simulator that may help you ! Check now.netapp.com -- Yair
2005 Mar 03
2
Re : Calling card platform
We are using a platform from AmarFone Inc. It great full featured , everything you want to run a calling card and does not cost your a lot of money. Their support is awesome. You can contact them at sales@amarfone.com. Ehsanul Karim
2005 Jul 02
3
call forwarding, most basic case
hello all, i need some help and after trying the wiki i'm even more confused than i was. i'm trying to set up call forwarding and running into problems... i want the most basic call forwarding imaginable. 1. caller dials extension (say, 154) 2. dialplan is updated to forward caller's extension (based on CALLERIDNUM) to voicemail, instead of ringing his endpoint. 3. caller is
2005 Mar 23
3
Need some help
Hi all I have a couple of questions maybe you guys can help me with them I have sip phones , SER server , Asterisk. what is the best way to do that (also with accounting and authentication). which one of those options 1) sipphone -> SER -> ASTERISK -> SER -> PSTN 2) sipphone -> SER ->ASTERISK ->PSTN on the first option i am trying to return the call to the ser
2007 Oct 22
1
app_swift issues
Hi all, i'm trying to integrate cepstral and asterisk, and i have a problem i'd appreciate any help with (i know it's a bit tangential, but i figure this is the place with the most knowledge of app_swift and asterisk). I've installed swift from cepstral.com with alison's voice, and it works fine, from the command line i can do swift "hello there" -o test.wav and then
2005 Jun 22
2
Weird ring back
Hi guys, I have a weird thing happening sometimes with users calling from a GrandStream phone through Asterisk onto a PSTN. Sometimes after a user hangs up a call on a GrandStream phone the phone starts ringing after a couple seconds. When the call is answered there is no one there. Anyone had this before ? Kindest regards David Wilson _______________________________ D c D a t a Tel +27 33 342
2006 Feb 05
2
re: questions about sip requests to asterisk 1.2
hi all, I keep asking the question and getting no replies, so i'll keep asking :-) In asterisk 1.09, with autocreatepeer=yes, if i send asterisk a SIP request from SER, specifically rewritehostport("myIP:5070"); (asterisk running on port 5070) asterisk picks up the request and matches it to the dialplan, i.e. if in ser i was sending to 151@myServer, it will make it
2004 Jan 29
1
re: help with voicepulse connect IAX2
hello, after playing with an asterisk configuration for voip for a few weeks i'm trying to get outbound dialing with voicepulse going - i've cut down the asterisk to a very minimal install (1 SIP client) to try to localize the problem. The SIP client works fine (SIP and * on the same NAT) and could access the demo from samples before i removed it, and can call itself - so i am
2004 Oct 12
4
A question in R
I started to learn the R language, but I didn't suceed to use an external file. Let say that I have an excel file called "test1.xls" in the directory "C:/program files/R/rw2000/external_files" that looks like that: name mark yair 80 yosi 70 ... In the appropriate directory I wrote this: x<-read.delim("test1.xls") or this:
2006 Dec 11
1
re: L option in dial command
Hello all, I'm having a bit for a problem with the dial command limit option. I have the following dial command (executed from inside the a2billing agi) AGI Script Executing Application: (Dial) Options: ( IAX2/username@voipjet/18005551212|30|HL(60000:20000:00000)0) Now, from what i read in the wiki, this is supposed to limit me to one minute (60000 ms), and warn me when there are 20
2007 Oct 12
1
question about PSTN pickup
hi all, you'll have to excuse the ignorance (i'm a software guy, not a telcom guy..) Is there any way to know if a channel has been answered by an automatic system (like voicemail) rather than a human being? Specifically, I want to use a .call to make a call on a channel and only do something if a person answers, not a machine of any kind. Is this even possible, or is an answered
2006 Apr 24
5
DO NOT REPLY [Bug 3718] New: RSync should verify permission/time before commiting a change
https://bugzilla.samba.org/show_bug.cgi?id=3718 Summary: RSync should verify permission/time before commiting a change Product: rsync Version: 2.6.5 Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2005 Sep 26
3
re: DTMF woes, continued
Hi Yair, Please let me if you managed to fix the DTMF tone issue, which you were experiencing couple of months ago. If not can you share any advancement. I'm currently experiencing the same issue, I can make outbound calls but DTMF will not work when dialing IVRs. My configuration is asterisk@home 1.5, registering to Voip provider (Symbio), codec is g.729 and dtmf mode is set to rfc2833.
2006 May 19
0
[LLVMdev] help! How to build a shared library out of multiple cpp files in LLVM?
Hi guys, I am developing a LLVM project and using LLVM building system to make an opt pass. I find that if I implement class methods in seperate .cpp files(the class declaration is included by all .cpp files), it will have relocation error when I use opt -mypass to run it. I have tried to squeeze everything in one file, then all errors are gone. But when the program goes large(or have more than
1998 Aug 24
10
smbmount problem
Hello. I hope that this is the proper place to ask this. Here is my problem. I have several smbmounts under Red Hat Linux 5.1. They need to be accessed by my apache web server. One of the mounts keeps getting disconnected, but this is not noticed by Linux. So the Linux box thinks that the files under the smbmount are still accessable when they aren't actually mounted. What would be the best
2005 Jan 19
1
Asterisk not recognizing key beeps
Hello, So far everything that I'm trying with asterisk is working except for this weird thing. When I try to call voicemail and it asks me for the password I enter it in but from the debug message I can see that it thinks I didn't enter anything in. Also when I'm leaving a message it sais press pound to end, but even if I press it 10 times it keeps on recording until I hang up. It