search for: 20130703

Displaying 18 results from an estimated 18 matches for "20130703".

2013 Jul 03
1
KVM virtual machine and SAN storage with FC
...host access the SAN through its own HBA, but the hba is not recognized inside the virtual machines. Please let me know the step to go through this. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130703/ac09ba4c/attachment-0006.html>
2013 Jul 02
1
Asterisk trunking between two location
...nat=force_rport,comedia disallow=all allow=g729 allow=ulaw allow=alaw deny=0.0.0.0/0.0.0.0 permit=10.10.10.5/255.255.255.0 Is there any issue with 11.1? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130703/f748a537/attachment.htm>
2013 Jul 03
1
a question
...2 image to raw and tryed to use the old qcow2 file again but no bootable device the image worked perfectly before i converted it ...................??????? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130703/58988dcf/attachment-0006.html>
2013 Jul 03
1
SIP. Call-limit dialstatus
...L") in new stack I think that isn't correct. Is it possible to change dialstatus and CDR(disposition) to BUSY-value when call-limit reached? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130703/abfb6233/attachment.htm>
2013 Jul 03
2
NHW Image codec - higher quality settings
...ting first, raise the quantization to something like 0.82 for example for -l3 and -l4 settings, and better select/remove the wavelet coefficients. Many thanks, Raphael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20130703/8ff1d8fc/attachment.htm
2013 Jul 03
0
[LLVMdev] construct new function
...different from the original function thanks *Rasha Salah Omar Msc Student at E-JUST Demonestrator at Faculty of Computers and Informatics Benha University * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130703/4d0ca4c9/attachment.html>
2013 Jul 03
0
[LLVMdev] Tablegen bug???
...ng list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130703/9c66a9d1/attachment.html>
2013 Jul 03
2
[LLVMdev] CallGraph in immutable pass
Hello, is there any way I can access CallGraph from immutable pass via getAnalysis? As I understand it, this may not be possible, because immutable pass don't have runOn method and is never actually planned. But I'm not 100% sure how this works, so I don't know if there is some other way. Thanks, Robert Barucak
2013 Jul 03
1
[LLVMdev] getting source-level debug info
...h I found is in IntrinsicLowering.cpp and that's because there isn't any case for llvm.dbg.value. I want to ask if I'm missing something ? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130703/8e287787/attachment.html>
2013 Jul 03
0
[LLVMdev] CallGraph in immutable pass
...cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130703/9a8c1685/attachment.html>
2013 Jul 03
0
CEL events
...he period (eventtime fields) between BRIDGE_END and BRIDGE_START events of the same linkedid sequence? (not considering transfers) Just a start ... Tks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130703/8a393bbf/attachment.htm>
2013 Jul 03
1
Asterisk stops registering
On several occassions lately, my home Asterisk box has stopped registering with my VoIP provider. I haven't been able to reproduce the problem, and the log doesn't contain anything useful. How can I increase the log verbosity for SIP registration-related events? I've looked through logger.conf and tried searching with Google, but I haven't been able to find a clear answer. This
2013 Jul 02
1
tinc on mac os x
Hello. I was successfully using tinc on many Linux machines and thought it would be easy to set up on MacOSX too. Docs on setting tinc up on MacOSX are not bad but they don't cover setup of tun/tap devices and even don't mention any recommended drivers. I didn't have any tun or tap devices in /dev/ so I've installed tuntaposx from here http://tuntaposx.sourceforge.net. I saw this
2013 Jul 03
2
LMTP Proxy
Trying to figure out Proxying with LMTP to a few back end storage servers for quota checking before accepting email delivery on the front end nodes. If I connect to the back end server directly via telnet, everything works great. If I use a front-end server to proxy to the back end server, I don't get the same result. Running 2.2.4 on both front and back end servers. Any help would be
2013 Jul 02
1
Queue questions - Asterisk 11
Hi all, I have to questions about queues. Member is a phone like SIP/myphone and only one member in the queue. At first, DIALSTATUS doesn't return any status. How to now if a call in queue has been answered or if caller just hangup? Second, how to deal with timeout, I have strange behaviors. If I put timeout=60 in queue.conf and I call the queue passing also 60 as timeout value,
2013 Jul 03
3
[LLVMdev] Docs question: legality of inspecting other functions in a function pass
Hi, I'm not planning on doing this, but I noticed that the documentation in WritingAnLLVMPass.rst doesn't seem to specify whether or not it's legal for a function pass to inspect (and thus depend upon the contents of) other functions and I'm curious if this is an oversight or by design: To be explicit, ``FunctionPass`` subclasses are not allowed to: #. Modify a
2012 Nov 30
2
[LLVMdev] Tablegen bug???
If the source being scanned has "llvm.AMDIL.barrier.global, it will match the first barrier test and return AMDIL_barrier, not AMDIL_barrier_global. On Nov 29, 2012, at 7:19 PM, Chris Lattner <clattner at apple.com> wrote: > Out of curiosity, what is wrong about that? It looks ok to me. > > -Chris > > On Nov 29, 2012, at 6:52 PM, "Relph, Richard"
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
Hi I am using following say.conf file. Its a default file, which comes with Asterisk installation. When I call SAY DATETIME AGI function, it simply returns without playing date & time. Where as if I use mode=old setting, it works. Is this a bug or mode=new is not implemented for SAY DATETIME AGI function? [general] mode=new ; method for playing numbers and dates ;