search for: _originalcontent

Displaying 17 results from an estimated 17 matches for "_originalcontent".

2014 Sep 13
2
[LLVMdev] [cfe-dev] AARCH64 - compiler-rt missing some functions
2nd round of missing stuff in compiler-rt which is just waiting for review --------------- http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140210/204960.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140210/204961.html The code is pretty small - Can someone please review those patches and push it. This blocks quad math stuff on aarch64 from using compiler-rt
2015 Nov 04
0
Nouveau for FreeBSD
2015 Jun 05
0
תשובה: Missed call
2015 Nov 04
3
Nouveau for FreeBSD
Any progress on the FreeBSD front? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20151103/53a1688d/attachment.html>
2015 Jul 06
2
Asterisk how to setup alarm too many outgoing calls from same user
Hello, I would like to setup a mechanism to trigger an alarm if user is deal too many numbers within a very short period of time. Safeguard against users hacked accounts. can someone help? Thanks,
2015 Jun 27
4
Branch based on call volume
Is there a simple way to get call volume from a particular trunk within the dialplan (for conditional branching)? I suspect we will have to build an AGI script but I'm hoping something new in Asterisk 13 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150627/6774c750/attachment.html>
2015 Jun 05
2
Missed call
On some SIP phones it is possible to turn off the missed call notifications, but I am not aware of a way to do the same on any cell phones. On 5 Jun 2015 07:29, "Mehmet Avcioglu" <mehmet at activecom.net> wrote: > > There is no signal that is sent to display a missed call. Your cell phone > does that. If it rings and is not answered it counts that as a miss. The > only
2020 Oct 26
3
SV: SV: Looking for a guide to collect all e-mail from the ISP mail server
Actually the reverse pointer doesn't have to match. In fact this is impossible if you are setting up virtual accounts on one server for different domains. You just need to have a reverse pointer. Most email servers look to seen if the reverse pointer has a "dyn" in it and blocks those. ? Original Message ? From: build+dovecot at de-korte.org Sent: October 26, 2020 2:02 AM
2015 Jun 30
2
Help With Physical Layer
------ Original Message ------ From: "Tony Kasule" <timotsmith at gmail.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com> Sent: 30/06/2015 8:34:47 p.m. Subject: Re: [asterisk-users] Help With Physical Layer >Hello, > >Anyone to help me with this issue? It has never worked :( Hi Tony I'm not
2015 Jun 02
2
Forward loop protection...
>> The loop checking is a bit more challenging than that. If Bob >> forwards to Fred and Fred forwards to Sue, all is well when Bob and >> Fred head out for a beer. A little later, we?re in deep doo-do0 when >> Sue forwards to Bob. > Could this possibly mean that any person who has CF set should never > be available as CF Destination. Simple db entry/check can
2017 Apr 17
3
Voicemail asking for login
We have a template for extensions and voicmail. They look like this: exten => %ACCOUNT%,1,Verbose(0,Entering extension %ACCOUNT%) same => n(DialDesk),Verbose(0,${CALLERID(all)} Calling ${EXTEN}) same => n,Dial(SIP/%ACCOUNT%,30) same => n(VoiceMail),Set(CDR(userfield)=VoiceMail) same => n,Verbose(0,${CALLERID(all)} going into voice mail for %ACCOUNT%)
2020 Oct 27
1
Looking for a guide to collect all e-mail from the ISP mail server
2015 Jul 02
3
Custom header when busy
<div>Thanks for the tip. Our goal is to know that call-limit is triggered. And later analyze this info, maybe do some action.</div><div>Yes, we can parse CDRs or execute AGI script but we do not want inmplement this logic on Asterisk because it can affectš<span>performance.</span></div><div>š</div><div>02.07.2015, 15:31, "jg"
2020 Oct 26
2
Looking for a guide to collect all e-mail from the ISP mail server
> 2. install and configure OfflineIMAP to synchronize the IMAP folders between your ISP IMAP server and your Dovecot server; see for example > http://www.offlineimap.org/doc/quick_start.html OfflineIMAP is not the way to go. Many ISPs have very low size limits for the mailbox sizes. The one I am looking at right now does have this problem (unless you pay extra). From what I have
2016 May 11
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
2016 May 11
2
[Openmp-dev] [cfe-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
2016 May 09
5
[cfe-dev] [Openmp-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
I talked to Chandler about the name "offload_libs" vs "parallel_libs" and he said he thinks "offload" is too narrow of a term for the scope he sees for this subproject. One example he brought up was AVX 512. He thinks that code explicitly targeting CPU parallelism should also be included in this project, even though it doesn't fit in the category of