similar to: feature suggest.: alt. include criteria

Displaying 20 results from an estimated 9000 matches similar to: "feature suggest.: alt. include criteria"

2004 Jun 22
1
Asterisk -- PBX Do Not Disturb
That could explain why it wouldn't work on any of my sip extensions I tried it on this morning when I first read about it and thought cool the things you learn. Is there anyway to make it work on Sip extensions? Cheers, Dean -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Aaron J. Angel Sent: Wednesday, 23
2014 Sep 02
2
[LLVMdev] LICM promoting memory to scalar
I think gcc is right. It inserted a branch for n == 0 (the cbz at the top), so that's not a problem. In all other regards, this is safe: if you examine the sequence of loads and stores, it eliminated all but the first load and all but the last store. How's that unsafe? If I had to guess, the bug here is that LLVM doesn't want to hoist the load over the condition (which it is right
2003 Dec 22
3
DID trunks -- equipment requirement
Hi guys, I posted a somewhat similar question about a month ago and got a thoughtful resonse from Steven Critchfield, but I've got a quick follow up question to it. I'm looking to setup a 16 extension / 10-14 phone line Asterisk install for a customer who would like to have DID numbers for the extensions, since they're currently on Centrex and already have the 1-to-1
2004 Jun 22
2
sidetone noticeably loud on analog handsets on T100P
Hi guys, I've run into a problem that I can't figure out on a bunch of handsets I have running into a Rhino Equipment 24-port FXS channel bank hooked up to a T100P and running asterisk-0.9.0 and the associated stable Zaptel release. The sidetone (your own voice that you hear in your handset, built in for comfort) is noticeably louder than it should be, and it doesn't seem to
2014 Sep 03
3
[LLVMdev] LICM promoting memory to scalar
Thanks for the background on the concurrent memory model. So, is it sufficient that the loop entry is guarded by condition (cbz at top) for preventing the race? The loop entry will be guarded by condition if loop has been rotated by loop rotate pass. Since LICM runs after loop rotate, we can use ScalarEvolution::isLoopEntryGuardedByCond to check if we can speculatively execute load without
2014 Sep 02
3
[LLVMdev] LICM promoting memory to scalar
All, If we can speculatively execute a load instruction, why isn’t it safe to hoist it out by promoting it to a scalar in LICM pass? There is a comment in LICM pass that if a load/store is conditional then it is not safe because it would break the LLVM concurrency model (See commit 73bfa4a). It has an IR test for checking this in test/Transforms/LICM/scalar-promote-memmodel.ll However, I have
2002 Mar 15
1
--diff option for rsync (Re: rsync feature request)
On 14 Mar 2002, david.e.sewell@jpmorgan.com wrote: > I'm sure you get a million and one requests for changes to rsync. I thought > I would put my bid in and sugest that a feature to perform a unix style > diff of files that are found to be different would be useful for > administrators that use rsync to maintain synchronised of application > distributions. We us it to maintain
2002 Nov 08
1
writer/researcher needs your help
Dear Colleague, I am writing to ask your help for a book I am writing about Life Practices. I am looking for examples of those simple things that we all do that are essential to expressing and maintaining our values as we face life's ups and downs - our Life Practices. What I am seeking is a bit like folklore. Something with a story and an easy to remember slogan or catchphrase. I am asking
2002 Nov 08
1
writer/researcher needs your help
Dear Colleague, I am writing to ask your help for a book I am writing about Life Practices. I am looking for examples of those simple things that we all do that are essential to expressing and maintaining our values as we face life's ups and downs - our Life Practices. What I am seeking is a bit like folklore. Something with a story and an easy to remember slogan or catchphrase. I am asking
2011 Nov 21
2
[LLVMdev] A way to pass const char* arg without creating a GlobalVariable
Hi, Is it possible to make up a ConstantArray containing a "const char*" string and pass it directly to the function "char*" argument *without* creating a GlobalVaribable? I looked around and found the usual implementation is array->globalVar->gep. If we omit globalVar & gep, then the argument type would be [ i8 x N ], where N is set to the exact string length, and
2011 Nov 21
0
[LLVMdev] A way to pass const char* arg without creating a GlobalVariable
What memory would the pointer argument point to? ― Gordon On Nov 20, 2011, at 16:58, "Dmitry N. Mikushin" <maemarcus at gmail.com> wrote: > Hi, > > Is it possible to make up a ConstantArray containing a "const char*" > string and pass it directly to the function "char*" argument *without* > creating a GlobalVaribable? > I looked around and
2009 Oct 11
3
[LLVMdev] Some additions to the C bindings
On Oct 6, 2009, at 5:47 PM, Kenneth Uildriks wrote: > On Tue, Oct 6, 2009 at 2:13 PM, Kenneth Uildriks > <kennethuil at gmail.com> wrote: >> My front-end is sync'd with the trunk now, and working well, but it >> required some additional functions exposed in the C bindings. I >> hereby submit them for review and approval for inclusion in the >> trunk.
2004 Jan 07
1
yet another question on DID trunks
> -----Original Message----- > From: john lawler [mailto:maillist@tgice.com] > Sent: Wednesday, January 07, 2004 1:38 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] yet another question on DID trunks > > Hey Steven, > > Sorry to bother you yet again w/ a question on my seemingly endless > quest to get DID trunks setup for a customer. > >
1999 Feb 11
0
Problems with warnings from loess under Windows, at least (PR#119)
There are two separate problems with loess under Guido's rw0632 on Windows, neither of which appear unless you try to do something that it is trying to tell you is inadvisable. It bombs trying to tell you. I have put up a replacement modreg.zip in the CRAN contrib collection that will be mirrored tonight. Both of these could potentially affect other platforms. (1) A problem relating to the
2003 Oct 06
2
callerid name modification (or adding)
Is there any way to take an incoming callerid string and remove the given "name" part of it and replace it w/ something arbitrary, or add to a blank name string (possibly by looking up the number in a database)? Thanks, John Lawler
2003 Dec 10
1
WAV file volume
We are using Voicemail 2 and use the e-mail with WAV file attachment option. When we record a message from an internal extension, the WAV file sounds fine. However, if a caller from outside leaves a message, the volume on the WAV file is so low it is almost useless. When we access the voicemail through an extension, however, the volume sounds fine. Has anyone had this problem or any idea of a
2003 Oct 02
1
problem w/ musiconhold & mpg123
I'm trying to get musiconhold to work w/ my Asterisk system, and I'm not having much success yet. First, I noticed that nothing happened even after I had enabled all of the options in zapata.conf & setup a sample extension in extensions.conf. Then I read something about how Asterisk uses mpg123 to play the files. I discovered that this had not been installed on my system, so I
2017 Apr 04
2
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 1:25 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > On Apr 4, 2017, at 12:12 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >> >> Hi,
2017 Apr 04
4
RFC: Adding a string table to the bitcode format
On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > Hi, > > As part of PR27551 I want to add a string table to the bitcode format to > allow global value and comdat names to be shared with the proposed symbol > table (and, as side effects, allow comdat
2017 Apr 04
5
RFC: Adding a string table to the bitcode format
Hi, As part of PR27551 I want to add a string table to the bitcode format to allow global value and comdat names to be shared with the proposed symbol table (and, as side effects, allow comdat names to be shared with value names, make bitcode files more compressible and make bitcode easier to parse). The format of the string table would be a top-level block containing a blob containing