similar to: Are there any list moderators?

Displaying 20 results from an estimated 20000 matches similar to: "Are there any list moderators?"

2004 Jan 04
4
Cisco to Cisco - poor quality
I am just starting to deploy asterisk in our office to use as our primary phone system - we plan to use a Voicetronix OpenLine4 card as our PSTN gateway - but one thing at a time... haven't got that far yet. Currently, i'm trying simple IP to IP calls within the office using our Cisco 7960's phones running SIP. When I make a call between these two phones, the conversation is of a
2001 Mar 12
2
General tweaking tips for wine?
Does anyone have any general tips on how to get programs to work on Wine? I hear lots of success stories for various programs which I have failed to get working on my own machine. But then again, my own version of wine is a bog-standard installation without any special adjustments made to it. What are the steps usually taken to attempt to get a program to run under Wine? Or is that too
2001 Mar 11
3
Cannot even compile Wine
Hello, I am not great at figuring out compilation problems - usually I just curse and give up. Trying to compile Wine from binaries I get the following error, anyone knows what's wrong and can offer some help on how to get it to work? (the stuff at the top was cut out to save space) ----- make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/specmaker' cd `dirname
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi Terence, I believe that this is in fact similar to an approach Coverity uses (or used at one time) as a robust solution to determine what was done during a build. I can imagine that one can build a robust system following this technique, but it also seems like it might be quite a bit of work. Another possible alternative not mentioned is to teach the compiler driver (clang, most likely) to
2004 Jan 17
1
Voicetronix OpenLine4: disable answering on a particular channel & delay before dial
2004 Jan 09
2
Re: Asterisk-Users digest, Vol 1 #2413 - 13 msgs
> > --__--__-- > > Message: 1 > From: Terence Parker <terence@parker.com.hk> > Date: Fri, 9 Jan 2004 11:25:23 +0800 > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Problem registering FWD > Reply-To: asterisk-users@lists.digium.com > > > --Apple-Mail-1-822243116 > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; >
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi, It would be nice if it were easier for relative novices to build whole-program bitcodes for large, complex applications with hairy build systems. Several readers of this list have been trying various approaches for a few months but as far as I know we haven't yet found a good general solution. Approaches that have been tried include 1) placing wrappers for the usual tools (gcc, ar, as,
2004 Jan 17
3
Playing background message
Sorry for the fragmented messages from me - one last thing I forgot to ask in my last post. When incoming calls come to us, our PSTN line is picked up almost immediately - and then asterisk will proceed to dial the SIP extensions. During this time the caller hears dead slience - obviously not very good as some would think the line just went dead and hang up. I have toyed with the idea of playing
2004 Jan 10
1
Oops!
Didn't realise that replies are still tagged to specific threads in the mail headers. Oops! A few of my postings so far have been replies (to save me retyping the list address) - but aren't really replies (they are completely off topic). Hope this doesn't cause too many problems in the archives! But... at least now I know! Terence
2004 Jan 20
1
G729 - how many needed?
I have purchased a single G729 license - however, how many are actually needed? All my IP phones have G729a codecs built in (Cisco 7960 / Zultys ZIP2) - I would have assumed that if the phones can do it, and canreinvite=yes, then the phones shouldn't need to go through asterisk anyway? For calls that do go through asterisk, is a single license required for each side of the stream? (i.e. a
2018 Feb 16
1
Out of memory on lmtp vsz_limit
How about you try moving the mail into another folder on daily basis, this way the INBOX would stay nice and empty. doveadm move -u archive at company.com Archive MAILBOX INBOX SENTBEFORE todays-date Aki On 16.02.2018 06:19, Terence Lau wrote: > > Bump. > > ? > > Any advice would be most appreciated. > > ? > > Thanks. > > ? > > *From:*Terence Lau >
2009 Aug 01
3
[LLVMdev] building whole-program bitcode with LLVM
Hi, Professor Adve suggested that we post this question to llvm-dev. Thanks in advance for your advice. My colleagues and I want to create whole-program bitcode for large real programs like Apache, BIND, OpenLDAP, etc. We want the whole-program bitcode to include every part of the program for which we have source code. For example, in the case of Apache's "httpd" server, we want
2004 Jan 08
5
Dialing the Phone from OS X Address Book with AppleScript, XML-RPC, PHP and Asterisk
I run an Apple OS X workstation and I've got a server on the same LAN that's both a webserver and an Asterisk PBX. I wanted to be able to originate calls in the OS X Address Book application, and have Asterisk dial them and connect them to the phone on my desk. I've assembled a system that uses AppleScript to connect, via XML-RPC, to a web application that, in turn, connects to
2009 Dec 13
1
[LLVMdev] ANTLR+LLVM example for simple C
Howdy, I just finished a book called Language Implementation Patterns but I ran out of room at 400 pages before I could squeeze in an LLVM example. I left a link in the book to the ANTLR wiki so I can slap something together: http://www.antlr.org/wiki/display/ANTLR3/LLVM The code is good but the description was slapped together I'm afraid (i.e., don't take it as an example of the book
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
--emit-llvm?? On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov <vkutuzov at accesssoftek.com>wrote: > Hello everyone, > > I'm working on passing parameters for gold/LTO plug-in and could add this > one as well. > Just need an option name. Could anybody suggest one? > > Viktor > > ----- Original Message ----- > From: "Nick Lewycky" <nicholas at
2009 Oct 29
0
[LLVMdev] strace for whole-program bitcodes
Hello everyone, I'm working on passing parameters for gold/LTO plug-in and could add this one as well. Just need an option name. Could anybody suggest one? Viktor ----- Original Message ----- From: "Nick Lewycky" <nicholas at mxc.ca> To: "Daniel Dunbar" <daniel at zuster.org> Cc: "Kelly, Terence P (HP Labs Researcher)" <terence.p.kelly at
2007 Sep 11
1
Fitting Data to a Noncentral Chi-Squared Distribution using MLE
Hi, I have written out the log-likelihood function to fit some data I have (called ONES20) to the non-central chi-squared distribution. >library(stats4) >ll<-function(lambda,k){x<-ONES20; 25573*0.5*lambda-25573*log(2)-sum(-x/2)-log((x/lambda)^(0.25*k-0.5))-log(besselI(sqrt(lambda*x),0.5*k-1,expon.scaled=FALSE))} > est<-mle(minuslog=ll,start=list(lambda=0.05,k=0.006))
2016 Jul 25
4
No luck contacting Chris Lattner re commit access
Hi all, As per the instructions here <http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access>, I contacted Chris Lattner to obtain commit access but haven't received a response (either positive or negative). What's the expected turnaround time for this (I contacted him five days ago)? In case he's currently unavailable, is there someone else I could contact? Thanks,
2009 Oct 30
0
[LLVMdev] strace for whole-program bitcodes
--emit-llvm, if not conflict >>> Paul Davey <plmdvy at gmail.com> 10/30/2009 11:11 AM >>> --emit-llvm?? On Fri, Oct 30, 2009 at 7:55 AM, Viktor Kutuzov <vkutuzov at accesssoftek.com> wrote: Hello everyone, I'm working on passing parameters for gold/LTO plug-in and could add this one as well. Just need an option name. Could anybody suggest one? Viktor
2020 Mar 01
3
Commits as new contributor
Hi everyone, I recently was granted commit access, but I'm not really sure what is the process. The developer policy states: "You are granted *commit-after-approval* to all parts of LLVM. To get approval, submit a patch <https://llvm.org/docs/DeveloperPolicy.html#patch> to llvm-commits <http://lists.llvm.org/mailman/listinfo/llvm-commits>. When approved, you may commit it