search for: 20140901

Displaying 20 results from an estimated 20 matches for "20140901".

Did you mean: 20100901
2014 Sep 01
1
SIP Calls Not Working
...n => 100,n,Hangup() [exten-101] exten => 101,1,Answer() exten => 101,n,Hangup() exten => 100,1,Dial(SIP/100) ;exten => _x.,1,Playback(moh) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140901/5f540ef5/attachment.html>
2014 Sep 01
2
CentOS ovirt-3.1 repository
...I kew that this repository does not exists any more. I would be glad if someone could tell me where we can find the archives. Thanks in advance Hideo Goto -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20140901/0899c6a1/attachment-0006.html>
2014 Aug 06
16
[Bug 82255] New: [VP2] Chroma planes are vertically stretched during VDPAU playback
https://bugs.freedesktop.org/show_bug.cgi?id=82255 Priority: medium Bug ID: 82255 Assignee: nouveau at lists.freedesktop.org Summary: [VP2] Chroma planes are vertically stretched during VDPAU playback Severity: normal Classification: Unclassified OS: All Reporter: emil.l.velikov at gmail.com
2014 Sep 01
2
[LLVMdev] Modify a module at runtime in MCJIT
...e to swap the execution from the running module to the new optimized one at runtime? If yes, how? If no, are there any further solutions? Please advice Sara -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140901/0bd7d229/attachment.html>
2014 Sep 01
2
[LLVMdev] Instrumenting Various Types Using Single Instrumentation Function
...I = CastInst::CreateZExtOrBitCast(Lvals[j], UnionVar->getType(), "", F); Is this even possible or some other method will be better? Thanks! Manish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140901/7454021b/attachment.html>
2014 Aug 31
2
[LLVMdev] understanding DAG: node creation
Hi, Yes, that's what I would do. If you want LLVM and the register allocator to also know that the instruction explicitly defines the register, I would designate the register into it's own register class and have your instruction write to that class (and there will be only a single option for RA). cheers, Sam Sam Parker Research Student Electronic Systems Design Group Loughborough
2014 Sep 01
1
Wiki write access request
...te docs and I'm willing to test out contributions by others to help the overall project. My wiki ID is: patrickmslatteryvt Thanks, Patrick M. Slattery -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20140901/6ca1534b/attachment-0006.html>
2014 Sep 01
2
Setup Own IP PBX Server
...by step for setup own ip pbx server. I have centos linux knowledge as well. Please assist any one. -- *Thanks,* *Manikandan.C* *System Administrator* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140901/bfdad79f/attachment.html>
2014 Sep 01
0
Media update error flooding the console output
...ums but could nt find much info. somebody has suggested it could be related to SSRC change so am working on filtering an RTP trace RegardsHash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140901/6bac6ab7/attachment.html>
2014 Sep 01
1
Does Asterisk 1.8. Supports Video Calls
...it might be just a license issue (if h263 has to have license), but not sure if community versions offer video calls at all. Thank you! -- Khalid Touati -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140901/4f4f5b16/attachment.html>
2014 Sep 01
0
Redundancy: PRI Load share +SIP Acctive/Standby
...egistering SIP phones working in active/standby mode connected via above SIP Trunk. Please tell me your suggestion , is there simpler solution ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140901/dd88c712/attachment.html>
2014 Aug 30
2
Creating a backup of incoming mail
This is my master.cf line for dovecot virtual users: dovecot unix - n n - - pipe flags=DRhu user=vpopmail:vchkpw argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${user}@${nexthop} -m ${extension} I would like to also write every mail, before delivery to the user, to a backup location like /backup/imap/mm/dd Possible? -- 'On whose authority?'
2014 Sep 02
0
CentOS-docs Digest, Vol 94, Issue 1
...contributions by others to help the overall project. > > My wiki ID is: patrickmslatteryvt > > Thanks, Patrick M. Slattery > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20140901/6ca1534b/attachment-0001.html> > > ------------------------------ > > Message: 2 > Date: Tue, 02 Sep 2014 12:58:46 +0200 > From: Fabian Arrotin <fabian.arrotin at arrfab.net> > To: centos-docs at centos.org > Subject: Re: [CentOS-docs] Wiki write access request &g...
2014 Aug 31
2
[LLVMdev] understanding DAG: node creation
Hi Dmitri, If you have such a simple intrinsic which operates on a single register, just lower the intrinsic to a target specific node which is only implemented by a single instruction. Like you were doing before and by using a chain operand. Hard code the instruction to use and define the global register and only pass the instruction the actual variable argument. Hope that helps, Sam Sam
2014 Sep 01
3
[LLVMdev] understanding DAG: node creation
...Dmitri Kovalenko > > > > -- > Sincerely, > Dmitri Kovalenko > > > > > -- > Sincerely, > Dmitri Kovalenko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140901/e97a4b6f/attachment.html>
2014 Sep 01
2
[LLVMdev] Bug 16257 - fmul of undef ConstantExpr not folded to undef
Hi Oleg, On 01/09/14 15:42, Oleg Ranevskyy wrote: > Hi, > > Thank you for your comment, Owen. > My LLVM expertise is certainly not enough to make such decisions yet. > Duncan, do you have any comments on this or do you know anyone else who can > decide about preserving NaN payloads? my take is that the first thing to do is to see what the IEEE standard says about NaNs.
2014 Aug 26
21
[Bug 83079] New: Dota 2 under Wine freezes with Nouveau Drivers
https://bugs.freedesktop.org/show_bug.cgi?id=83079 Priority: medium Bug ID: 83079 Assignee: nouveau at lists.freedesktop.org Summary: Dota 2 under Wine freezes with Nouveau Drivers Severity: normal Classification: Unclassified OS: All Reporter: lukebenes at hotmail.com Hardware: Other Status:
2014 Aug 18
15
Call for testing: OpenSSH 6.7
Hi, OpenSSH 6.7 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a big release containing a number of features, a lot of internal refactoring and some potentially-incompatible changes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD:
2014 Aug 20
26
[Bug 82835] New: GeForce 8800 GS VDPAU h264 decoding hang
https://bugs.freedesktop.org/show_bug.cgi?id=82835 Priority: medium Bug ID: 82835 Assignee: nouveau at lists.freedesktop.org Summary: GeForce 8800 GS VDPAU h264 decoding hang QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: randrik at mail.ru
2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...2 2 store i8* %100, i8** %161 %162 = getelementptr %"struct.sprite::compiler::node"* %root_p, i32 0, i32 3 store i8* %101, i8** %162 ret void } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140901/52547f6a/attachment.html>