search for: myfirst

Displaying 3 results from an estimated 3 matches for "myfirst".

Did you mean: mayfirst
2009 Aug 19
27
First App- Error 500
I''ve created a simple hello world app that doesnt appear to serve up the view greeting.rhtml. :< Any ideas ? The error message is from development.log is... # Logfile created on Tue Aug 18 16:49:55 -0400 2009/!\ FAILSAFE /!\ Tue Aug 18 16:50:34 -0400 2009 Status: 500 Internal Server Error unknown error PS . It does show the default web page ok at http://localhost:3000 just not
2008 Apr 15
1
[LLVMdev] Linking to LLVM libs from new project
...I can't seem to find any specific documentation that describes how to set up a new project to link to LLVM libraries. To get started, I added a couple lines to the tools/sample/main.cpp file in my project: #include "llvm/Module.h" ... // Inside main Module* module = new Module("myfirst"); Not much, but I just want to verify that I can successfully compile and link using an LLVM IR class. Presumably, I need to make some additions to configure.ac and the tools/sample/Makefile, but I can't figure out what those changes should be. Since the linker doesn't know how to g...
2005 Sep 19
0
problems with remote access to PSTN
...nsions defined in one of the two pbx from any pbx. My problem is this: How can I make the users logged in to the second pbx to dial an external number using the ISDN connection of the first ? I tried to define in the extensions.conf of the second: exten => _9901234567890,1,Dial(SIP/${EXTEN:2}@myfirstpbx.mydomain.mycountry,30,tr) exten => _9901234567890,2,Macro(outisbusy) ; No available circuits On the first pbx, if I dial a number starting with "0", the number is passed to the ISDN line If I try to dial, on a phone logged in to the second pbx 9901234567890 i get the follo...