Displaying 5 results from an estimated 5 matches for "mcguigan".
2005 Jan 11
5
asterisk-oh323 and outgoing call
Hello.
I'm try to set up asterisk for making outgoing calls with oh323 channel
driver version 0.7.1 with Asterisk CVS-1-01/09/05-01:41:37.
Our provider uses Mera MVTS softswitch and supports only H.323.
We don't use gatekeeper for connection but provider requires SOURCE PHONE
NUMBER for route out calls and I don't know how I can specify this
number.
Call with this string
exten
2008 Oct 30
7
Is there any way to check if DTrace is running or a DTrace probe is enabled?
Hi,
I am adding DTrace probes within NFS v3 client. In my current
implementation, I use some tsd_*() functions and kmem_zalloc() function.
These functions might be heavy and affect the performance. I want to
call this function only when DTrace is running or the DTrace probes are
enable. So is there a way to check DTrace is running or DTrace probe is
enabled?
Regards,
Danhua
2011 Apr 29
1
Regression Summary for a List
Hi,
I am trying to run a regression on two matrices with 10 columns. I have
been able to run the regression with the following code:
fit=list()
for(i in 1:10) {
fit[[i]]=lm(monret[,i]~janret[,i])
}
However, I can't get the regression to spit out more than the coefficients
(summary(fit) does not work). I really need the full summary for each of
the 10 regressions, including the R-squared
2007 Jun 21
1
render :partial => :url - is it possible?
Hi, this is my first post to the list. I''m still learning the rails
framework, having done most of my previous web development in PHP. I''ve
done a bit of googling for the answer to this question, but maybe I''m
just lacking the right word to search for.
Several parts of my site, such as sidebar components, are
self-contained, modularized and re-used in several parts
2008 Feb 11
0
Project proposal for enhanced ustack/jstack
Hello,
The Hotspot JVM Runtime group would like to put forth a project proposal
to improve the capabilities of DTrace''s ustack()/jstack() actions to
better handle non-standard user stack frames. This email will describe
the background, the problem, and our proposed solution. We''re
interested in getting a sponsor for this work to help us with the
process of getting the