search for: 20120103

Displaying 20 results from an estimated 22 matches for "20120103".

2012 Jan 03
4
Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE.
...d what are its advantages if we compare between each of them. Asterisk, FreeSWITCH, TrixBox, SER, OpenSER, sipX, CallWeaver, and YATE. Regards, Kaushal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ffad2be6/attachment.htm>
2012 Jan 03
2
[LLVMdev] LLVM Dev Meeting Slides & Video Update
As some of you may have noticed, all the slides and videos have been uploaded to the website: http://llvm.org/devmtg/2011-11/ Thanks to everyone for a great event! Thanks, Tanya
2012 Jan 04
0
[LLVMdev] LLVM Dev Meeting Slides & Video Update
...____________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/adfb65b4/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4350 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/adfb65b4/attachment.bin>
2012 Jan 04
2
[LLVMdev] LLVM Dev Meeting Slides & Video Update
...> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/57f835a4/attachment.html>
2012 Jan 03
2
[LLVMdev] [RFC] Extending MachineInstr.Flags
...t of total 8 (uint8_t). Could we extend this field to say 32bit or better yet to 64bits like MCInstrDesc.TSFlags? Any suggestions/ideas welcome. Thanks. Girish. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/814ec9e8/attachment.html>
2012 Jan 04
0
[LLVMdev] LLVM Dev Meeting Slides & Video Update
...elopers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/13af505a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4350 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/13af505a/attachment.bin>
2012 Jan 03
2
dialplan -> dial command -> custom ringtone
...option in dial command. this will generate a ringtone during connection. could i change this default ringtone? i tried indications.conf but not success. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/77a4d48f/attachment.htm>
2012 Jan 03
2
[LLVMdev] AliasAnalysis and memory dependency
...//* * } * * }* * }* but i get the following error. I should what do for exrtact memory dependency between CallInst instruction and other. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/67edf811/attachment.html>
2012 Jan 03
0
[LLVMdev] Software Development Engineer
...D office. Joe Abbey Director of S/W Development Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 jabbey at arxan.com www.arxan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/b0afc245/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4350 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/b0afc245/attachment.bin>
2012 Jan 03
0
[LLVMdev] Product Services Engineer
...) office. Joe Abbey Director of S/W Development Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 jabbey at arxan.com www.arxan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/488e1ec1/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4350 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/488e1ec1/attachment.bin>
2012 Jan 03
7
New Tutorial - RHCS + DRBD + KVM; 2-Node HA on EL6
Hi all, I'm happy to announce a new tutorial! https://alteeve.com/w/2-Node_Red_Hat_KVM_Cluster_Tutorial This tutorial walks a user through the entire process of building a 2-Node cluster for making KVM virtual machines highly available. It uses Red Hat Cluster services v3 and DRBD 8.3.12. It is written such that you can use entirely free or fully Red Hat supported environments.
2012 Jan 03
7
New Tutorial - RHCS + DRBD + KVM; 2-Node HA on EL6
Hi all, I'm happy to announce a new tutorial! https://alteeve.com/w/2-Node_Red_Hat_KVM_Cluster_Tutorial This tutorial walks a user through the entire process of building a 2-Node cluster for making KVM virtual machines highly available. It uses Red Hat Cluster services v3 and DRBD 8.3.12. It is written such that you can use entirely free or fully Red Hat supported environments.
2012 Jan 03
0
[LLVMdev] AliasAnalysis and memory dependency
Hi neda 8664, > I want to find memory dependency between CallInst instruction and other. So i > used the following code: > > > > / AliasAnalysis &AA=getAnalysis<AliasAnalysis>();/ > > /*if* (isa< StoreInst >(inst1)){ / > > // // /*if* (isa<CallInst>(inst2)) / /{/ > > / CallInst *call_inst2= dyn_cast<CallInst>(inst2); /
2012 Jan 04
0
OpenArena on Linux/SPARC + nouveau
...there has been a lot of progress for SPARC, whether intentional or not. ;) I'd be happy to provide whatever logs I can if anyone is interested. Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20120103/54f41e3c/attachment.html>
2011 Dec 29
2
[LLVMdev] DIBuilder not filling in references to compilation unit?
Hi everybody. I'm trying to use DIBuilder to emit debug information, but in the generated metadata, it appears that references to the compilation unit are being left null. The llvm.dbg.sp node also fails to get generated. Other than these missing pieces, the metadata looks otherwise correct. I am calling DIBuilder::finalize. When I try to inspect variables in GDB, it replies: (gdb) print x
2012 Jan 03
1
[LLVMdev] AliasAnalysis and memory dependency
...Running pass 'Loop Pass Manager' on function '@write_circulations' 3. Running pass 'parallel World Pass' on basic block '%bb17' -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/cb72be88/attachment.html>
2012 Jan 03
3
NAT/IPTABLES workarounds
...ith multiple channels up without requesting the 5060(SIP) 5061 (TLS) and UDP/RTP (usually 10001-20000) IPTABLES allowances? Thanks Danny Nicholas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/ca1ae53a/attachment.htm>
2012 Jan 02
5
[Bug 1968] New: openssh won't build with --with-audit=bsm on Solaris 11
...t.org ReportedBy: magnus.johansson at foxt.com When doing ./configure --with-audit=bsm the build fails on Solaris 11. Apparently (https://forums.oracle.com/forums/thread.jspa?threadID=2150559) the BSM API has changed between Solaris 10 and 11. The error also occurs when I try openssh-SNAP-20120103. Below is the exact error: ./configure --with-audit=bsm [snip] make [snip] gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -fno-builtin-memset -fstack-protector-all -I. -I. -DSSHDIR=\"/usr/local/etc\&...
2011 Dec 27
2
Unexpected behavior with --hard-links and --ignore-existing
Hi, this is a re-send, because I apparently needed to subscribe to the list first. The confirmation mail said: "If you are joining the list with a held message, no NOT resend the message without first canceling the held message!" I am sorry, but I am not sure if my previous mail counts as "held" message and if so, what I need to do in order to cancel it (aside from that
2012 Jan 03
4
Question on system command 1.4.43
I have a USB to serial converter attached to my box. pl2303: Prolific PL2303 USB to serial adaptor driver if I login to the box and send/receive serial commands over this unit it works without error EVERY time. however, if I run the same command set from with-in the extensions.conf with System() I get errors in dmesg like "pl2303 ttyUSB0: pl2303_open - failed submitting read urb, error