search for: 20200610

Displaying 19 results from an estimated 19 matches for "20200610".

Did you mean: 20200615
2020 Jun 10
2
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
...yering is vastly different.  How could the ast_sip_presence_exten_state_to_str function in res/res_pjsip/presence_xml.c get at the pjsip configuration? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200610/24d08c9b/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: pidf+xml-notifyringing.patch Type: text/x-patch Size: 799 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200610/24d08c9b/attachment.bin...
2020 Jun 10
4
Read-flag of mails don't update
...ation needed and seeing forward to get a hint what the problem might be. Marius -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-journalctl.rtf Type: text/rtf Size: 7293 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20200610/10edbe7d/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-n.rtf Type: text/rtf Size: 2599 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20200610/10edbe7d/attachment-0001.bin>
2020 Jun 09
2
Implementing a VTable in LLVM
Hi all, I’ve been working on a Java-esque object-oriented language Bolt that targets LLVM IR. I’m agonisingly close to getting a virtual table working, and was hoping one of you could point out the gap in my understanding. I’ve linked the C++ code snippets relevant to the vtable below. Example IR generated (partially displayed below):
2020 Jun 10
0
Support or 12 Bogen HS201C analog phones
...SIP gateway that would support these devices. I need 12 phones supported. I cannot use any analog cards in this case - different buildings. Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200610/bdd18476/attachment.html>
2020 Jun 10
0
asterisk hints can be in multiple states; most sip NOTIFY dialogs only send one state
...used to establish the subscription. -- Joshua C. Colp Asterisk Technical Lead Sangoma Technologies Check us out at www.sangoma.com and www.asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200610/aa5c13b6/attachment.html>
2020 Jun 09
5
Preventing function call from being optimized out in LTO
Hello, I am adding function calls to an LLVM link-time optimization (LTO) pass, using the IRBuilder::CreateCall method. I want these calls to remain in the final x86 binary at any optimization level, but on levels -O2 and -O3, some of these calls are being optimized out. So far, I've tried adding each function in the program (excluding LLVM intrinsics) to the llvm.used set, and I've also
2020 Jun 10
1
greecell ups with blazer_usb
...us: /dev/usb 0.927149 - Device release number: 0100 0.927158 Trying to match device 0.927166 Device does not match - skipping -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20200610/c5e80c3c/attachment.html>
2020 Jun 08
1
C8 install problems
Hi all, I am trying to install C8 from a DVD I made onto a 1Tb disc partitioned into 2 ext4 partitions. The first partition contains C7 which I installed via a DVD. Trying to install C8 yields an error indicating the file /dev/root is missing. I've checked the SHA256 sum for the ISO for CentOS 8.1 1911 and it checks out fine. I've burned a couple of different DVDs and get the same
2020 Jun 10
1
unsupported triplite device for network UPS tool add on
...starting or running this add-on. Be sure to check the log above, line by line, for hints.----------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20200610/4e4e173d/attachment.html>
2020 Jun 10
2
Delta-compression and --write-devices
Hello, This is my first time posting to this list. I think I might have found a bug, but I am not sure, so I appreciate any thought you may have. I am running rsync 3.2.0dev from Git master revision 916faecb with the copy-devices patch from rsync-patches master revision f22e220b on Debian 10 and I used the Debian build system to build rsync. I am running the following command: alpha# rsync
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
(I think the subject is quite descriptive; however for use-cases and details see bellow after the mention of the old conversation and the patch.) Searching the mailing list about this topic yields an old conversation about this from 2008: * https://lists.samba.org/archive/rsync/2008-November/022148.html * https://lists.samba.org/archive/rsync/2008-November/022150.html I'll quote
2020 Jun 09
2
Cross compile x64 to AArch64 issues
Hi, I am trying to cross compile release-10.x to AArch64 (target=aarch64-linux-gnu), and the directions listed at [1] are not completing the initial cmake step. I'm currently running Manjaro, with the aarch64-linux-gnu package (and associated binutils, headers, and glibc packages). My cmake command is cmake -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=`realpath install`
2020 Jun 10
2
can we help with libvorbis release for CVE fixes?
...can be security compliant for our MATLAB customers? Thank you! Ellen Johnson MATLAB Audio, Video, Image, and Scientific Data Formats MathWorks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20200610/28467e14/attachment.html>
2020 Jun 09
2
[cfe-dev] Adding SYCL tests in test-suite
That’s a good question. I’m afraid I don’t know how/if that’s controlled in these tests. From: Johannes Doerfert <johannesdoerfert at gmail.com> Sent: Monday, June 08, 2020 3:05 PM To: Kaylor, Andrew <andrew.kaylor at intel.com>; Lazarev, Vladimir <vladimir.lazarev at intel.com> Cc: LLVM Developers <llvm-dev at lists.llvm.org>; bhomerding at anl.gov; Finkel, Hal J.
2020 Jun 08
2
Nested instruction patterns rejected by GlobalISel when having registers in Defs
Hi Daniel, Thanks for replying; I was hoping to get in touch with you on this issue. I had a look at how SelectionIDAG does it when generating the matcher table, and it does consider the implicit defs as additional output. Here is the match table generated for the pattern: /* 0*/ OPC_CheckOpcode, TARGET_VAL(ISD::SIGN_EXTEND), /* 3*/ OPC_MoveChild0, /* 4*/ OPC_CheckOpcode,
2020 Jun 09
3
Preventing function call from being optimized out in LTO
Hi David, Sure! Here's a function in sqlite3 called verifyDbFile, compiled with -O3. This is what it looks like when the intermediate bitcode is emitted by clang: link <https://pastebin.com/L3PrK1ac> And here's what happens after I run opt -O3 (no additional command-line arguments) on the file containing this function: link <https://pastebin.com/rZHBm2iU>. I'm not 100%
2020 Jun 09
4
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
Thank you all for your feedback, this has been very helpful! There have been a few important points raised by different people. Below I try to address them one by one. I hope that you don't mind me sending it in one email. Please let me know if I missed something! *QUESTIONS RAISED IN PREVIOUS EMAILS* On 02/06/2020 20:51, Eli Friedman wrote: > Separate from clang, LLVM itself actually
2020 Jun 02
8
[PROPOSAL] Introduce a new LLVM process to resolve contentious decisions
Hi all, Following up on the extensive discussions since January, many of us would like to put in place a process to improve LLVM’s decision making process for contentious issues. I’ve put together a proposal for how this works, and am recursively using it to get feedback on the process itself. Thank you to the many people who contributed great ideas and improvements during the pitch phases and
2020 Jun 10
9
RFC: Adding support for the z/OS platform to LLVM and clang
As part of IBM’s ongoing efforts to improve the z/OS ecosystem, our current plans involve adding support for the z/OS platform to LLVM and Clang. Our goal is to have a viable C and C++ LLVM compiler and runtime library that generates code for, and runs on z/OS. Long term, we expect to have a compiler and library that supports the platform more fully. We intend to support the native character