search for: 20100726

Displaying 20 results from an estimated 39 matches for "20100726".

2010 Jul 26
3
Vmware to KVM - possible?
...loss or damage arising from the receipt or use thereof. Company registered in England No. 1138891 Registered office: 30, Cleveland Street, London, W1T 4JD -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20100726/69edb013/attachment-0004.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image.jpg Type: image/jpeg Size: 4825 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20100726/69edb013/attachment-0002.jpg>
2010 Jul 26
1
URgent - capturing 'answered'
...WHERE id = #{call_log_id}") And in above example it would write SIP/operator1-e77f into answeredby. Any help is greatly appreciated! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/bebe3829/attachment.htm
2010 Jul 26
4
Management interface
...need graph the utilization of my t1s. Does anyone know of a plug-in, code, or web interface I can use to help do this. I am currently using Asterisk 1.4 Tony -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/c1463f31/attachment.htm
2010 Jul 26
2
No audio using xlite
...as follows. [default] exten=>1000,1,Dial(SIP/1000) exten=>1001,1,Dial(SIP/1001) Can anyone please help me to solve this. Thanks in Advance, Saritha. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/251fe46b/attachment.htm
2010 Jul 26
2
MeetMe
...e sound file tt-monkeys it's not executed. If a put DYNAMIC_FEATURES in a Dial string it works.. Any idea of how to use dtmf in the meetme app??? Thanx!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/d3d5b695/attachment.htm
2010 Jul 26
2
[LLVMdev] LLVM Dependency Graph
...en -> CodeGen CellSPUCodeGen -> Core CellSPUCodeGen -> MC CellSPUCodeGen -> SelectionDAG CellSPUCodeGen -> Support CellSPUCodeGen -> Target */ } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/6dd54feb/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM 2.7 dependencies.png Type: image/png Size: 134406 bytes Desc: LLVM 2.7 dependencies.png URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/6dd54feb/attachment.pn...
2010 Jul 26
5
FreeTDS (Microsoft MsSQL 2008) and CDR
...)". On another server (same configuration) I installed the same packages, and it's working fine. Any suggestions, what I did wrong? Regards Andra? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/7b62a9d5/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: cdr.PNG Type: image/png Size: 15665 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20100726/7b62a9d5/attachment.png
2010 May 30
6
How to use one single IP as origination
I have an Asterisk with multiple IP's, on the same subnet. When a call comes in, I need to send it back out via SIP, but need that only one IP is used as originating IP for all calls. For example machines has 192.168.50.3 192.168.50.4 192.168.50.5 .... but when I originate the second leg of a call, the IP address that is supposed to be read as source IP must be 192.168.50.5, regardless of how
2010 Jul 26
2
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
Attached is the 5th and final patch of the beginning of COFF support for MC. It simply makes the X86 backend use it on Win32 targets and tests it. - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: ms-coff-patch-5.patch Type: application/octet-stream Size: 23435 bytes Desc: not available URL:
2010 Jul 26
2
[LLVMdev] hacking clang IdentifierTable
...! Yabin -- The question is how do you generate these offline annotations and how expensive and accurate they are and why they are usefil in which applications? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/73026dc0/attachment.html>
2010 Jul 26
1
[LLVMdev] How to specify patterns for instructions with accumulator in selection DAG?
...pattern. So how do I specify it in the DAG? There are a few instructions in the ARM backend like this one, but the patterns are left blank. -- Regards, Dongrui -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/56bd7d85/attachment.html>
2010 Jul 23
0
[LLVMdev] Floating-Point Overflow check
On Jul 23, 2010, at 7:20 AM, Steffen Geißinger wrote: > i need to check if an overflow of an floating-point arithmetic operation occured. > Currently I'm doing something like this (for addition): > > (LHS > 0 && RHS > 0 && sum <= 0) || (LHS < 0 && RHS < 0 && sum >= 0) IEEE floating-point doesn't overflow like this; if the
2010 Jul 26
1
[LLVMdev] Floating-Point Overflow check
...;re talking about compile-time arithmetic, you should be using the APFloat library, which figures this out for you. No I'm talking about run-time. -- Steffen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/a22d86df/attachment.html>
2010 Jul 26
0
[LLVMdev] compiler-rt: bug in double_precision rep_clz
...ttforms without FPU should be added this probably is the correct version. Christoph -------------- next part -------------- A non-text attachment was scrubbed... Name: rep_clz.patch Type: text/x-patch Size: 473 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/71f885da/attachment.bin>
2010 Jul 26
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
...dd Cygwin and MinGW32 Triples as well :- case Triple::Win32: + case Triple::Cygwin: + case Triple::MinGW32: return new WindowsX86AsmBackend (T); Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/b8df18de/attachment.html>
2010 Jul 26
0
[LLVMdev] LLVM Dependency Graph
...ached; dot file follows. This is really cool. Do you have a script that produces the .dot file? If so, we could check it in and add a makefile target, -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/14523dd5/attachment.html>
2010 Jul 26
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
...ct emission is not used on these platforms and only if enabled. Also ELF which is the default, which is not used on these platforms, so is invalid anyway. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/6883aec5/attachment.html>
2010 Jul 27
1
[LLVMdev] How to use the return value of a CallInst
...Cmp instruction are not of the same type!"' failed. Aborted I don't know how to use the return value of function . Thanks for any input in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/0613036c/attachment.html>
2018 Jan 25
0
Re: python 3 bindings on libguestfs
...0/lib/python3.6/site-packages > [root@euca-172-31-15-221 site-packages]$ ls > guestfs.py guestfs.pyc guestfs.pyo > > We are able to import guestfs without any issue like below: > [root@euca-172-31-15-221 ~]$ python > Python 3.6.0 (default, Jun 1 2017, 02:10:02) > [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import guestfs > >>> > > But the issue is when we use "GuestFS" attribute like below: > >>> gue...
2018 Jan 25
0
Re: python 3 bindings on libguestfs
...gt; Now the issue is different. > > [root@euca-172-31-15-221 ~]$ echo $PYTHONPATH > /opt/libguestfs/x86_64/1.32.10/lib64:/opt/libguestfs/x86_64/1.32.10/lib/python3.6/site-packages/: > [root@euca-172-31-15-221 ~]$ python > Python 3.6.0 (default, Jun 1 2017, 02:10:02) > [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import sys > >>> print(sys.path) > ['', '/opt/libguestfs/x86_64/1.32.10/lib64', '/opt/libguestfs/x86_...