Displaying 20 results from an estimated 100 matches similar to: "DGP 301hard phone incomming problem."
2009 Nov 14
3
Inquiry:How to stop Asterisk?
Dear All
Can you please do me favor and let me know how can I stop my Asterisk ? Can
you please confirm if the following procedure is correct to stop it ?
#/etc/init.d/asterisk stop
#cd /etc/init.d
#chmod 0000 asterisk
Let me thank you in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Feb 19
3
AGI script
Dear All,
I would like to ask please if someone has a AGI script that select a value
from a database and dial this value as a destination number
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090220/e2aa530c/attachment.htm
2005 Nov 03
0
multivariate nonparametric regression with e >= 0
Hello all,
I'm a relatively new user of R, having mostly used it only for plotting so
far. I'm also not very familiar with regression methods, hence forgive my
greenness on the topic.
What I want to do in R is multivariate nonparametric regression, with a slight
hitch. From my experimental data I have a multitude of samples whose values
approximate a function `f' that is defined
2012 Jul 29
1
Return od functions
Hi!
I have some questions about R function. I try to write a function for
multi-returns. The function code is as attachment.
dgp.par<-function(ai, bi, t, n)
{
t0<-t+20
y0<-matrix(0, nr=t0, nc=n)
y0[1,]<-ai/(1-bi)
for(tt in 2:t0)
{ y0[tt,]<-ai+bi*y0[tt-1,]+rnorm(n, 0, 1) }
y<-y0[21:t0,]
x<-y0[20:t0-1,]
z<-y0[19:t0-2,]
z<-z[2:t,]
dy<-y[2:t,]-y[1:t-1,]
2002 Sep 27
3
[Bug 405] getaddrinfo delays
http://bugzilla.mindrot.org/show_bug.cgi?id=405
------- Additional Comments From dgp at nist.gov 2002-09-28 03:39 -------
BTW, it seems strange to me that when
HAVE_GETADDRINFO is undefined or false,
the code still makes calls to getaddrinfo().
Is this configuration support just incomplete?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2003 Sep 25
1
Time Series DGPs
I was wondering if anyone had some sample time series dgp code. I am
particularly interested in examples of autoregressive processes and
error correction model DGPs. I have attached a more specific example
of what I mean. I have tried myself but would hoping someone had some
more elegant code that would help me extend my own code.
Thanks
Luke Keele
UNC-Chapel Hill
Nuffield College, Oxford
2005 Aug 31
2
label *on the side* in conditional lattice plots?
I'm doing bwplot(x ~ y | z, ...) with lattice, but would like the
z-labels to appear to the *side* of each bwplot, rather than on top...
is this possible? The main reason is that my bwplots are horizontal,
and as such can be nicely squished in the vertical axis (big
space-saver when including in papers), but the labels "get in the
way", look too large in comparison, while I have
1999 Sep 06
0
Browsing+WINS integration
We are experiencing lots of WAN-wide browsing problems, mainly because
Local Master Browsers are turned off etc. I got this idea:
When clients register their names with the WINS-server (nmbd), why not add
that name to the Domain Master Browsers (the same nmbd) browselist? This
would make it unneccessary to deal with LMBs.
Is this possible to implement?
/Peter ?strand
2014 Dec 01
0
Multilingual Win 2008 R2 problems with Samba 3.6/CentOS 6
On Fri, 28 Nov 2014, Davor Vusir wrote:
>> What is the recommended solution to this? I recently found:
>>
>> https://wiki.samba.org/index.php/Samba_%26_Windows_Profiles#Implementing_roaming_profiles_with_Samba
>>
>> However, the suggested configuration is to store roaming profiles on a
>> separate share. We would prefer to store them in the UNIX home dir as we
2005 May 28
2
xc-ast 0.9.0 is out today
Hello list,
I am glad to announce that XC-AST version 0.9.0 is out today.
New functionalities include:
* Though not yet available to the end user, this release inclued the basis
of the Outbounds Call Manager that will be released for 1.0. If you update
from a previous version, have a look at the UPDATING.txt to understand how
to upgrade your database schema.
* The realtime visualization
2002 Sep 27
0
[Bug 405] New: getaddrinfo delays
http://bugzilla.mindrot.org/show_bug.cgi?id=405
Summary: getaddrinfo delays
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dgp at nist.gov
This
2003 Feb 17
0
Re: R-help digest, Vol 1 #80 - 14 msgs
> Subject: [R] LRT in arima models
> Date: Mon, 17 Feb 2003 11:53:04 +0100
> From: "vito muggeo" <vito.muggeo at giustizia.it>
> To: <r-help at stat.math.ethz.ch>
>
> Dear all,
>
> For some reason I'm evaluating the size of the LRT testing for the effect of
> some explanatory variable in arima models.
> I performed three different simulations
2005 Aug 20
1
plot(type="h") equivalent in Lattice?
I tend to prefer doing graphics in R using the lattice library. I'm
"porting" some old scripts. Is there a nice way to get in lattice the
equivalent of the plot(type='h'), which is the high-density
lines/histogram plot in base graphics package? I tried doing this
with barchart(), but with limited success... the fact that I have
~1000 datapoints/bars causes problems, in
2016 Jun 07
3
PACT-2016 ACM Student Research Competition (SRC)
#########################################################
PACT-2016:
Call for Abstracts in ACM Student Research Competition (SRC)
http://pact2016.eew.technion.ac.il/acm-src
#########################################################
IMPORTANT DATES
Abstract submission: 11:59pm US EDT Friday, June 17, 2016
Acceptance notification: 11:59pm US EDT Friday, July 15, 2016
Poster
2000 Jun 16
0
glm under R versions 1.0.1 and 1.1.0
I have fitted a number of models with receipt of social assictance
(toim1) during a year (values 0 or 1) with a number of covariates.
The data include sampling weights which I use in the models. Using the
exact same data, glm() under 1.0.1 and 1.1.0 give different results in
many (but not all) of the models. I have re-installed 1.0.1 to check
this and I found now mention in the NEWS file that
2010 Jun 21
1
How to search in many database?
Hi, I'm newbie in xapian. I just use xapian for a few week ago and I would like to know:
How I can search in many database at once time?
Please send some answer to me.
p.s. Sorry about my english.
Regrad
Mr.T
_________________________________________________________________
Hotmail: ??????????????????????????????????????????????????????????????????????
2004 Sep 23
1
R vs EViews - serial correlation
Dear all,
I met with some problems when dealing with a time series with serial correlation.
FIRST, I generate a series with correlated errors
set.seed(1)
x=1:50
y=x+arima.sim(n = 50, list(ar = c(0.47)))
SECOND, I estimate three constants (a, b and rho) in the model Y=a+b*X+u, where u=rho*u(-1)+eps
library(nlme)
gls(y~x,correlation = corAR1(0.5)) # Is it the right procedure?
2002 Sep 11
1
gcc and g77 combos
--Apple-Mail-7--233789088
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Hi Kurt
I currently have on my Mac gcc 2.95.2, 3.1, and 3.3 and the
corresponding g77 versions as well. R builds fine with
the 2.95.2 combo, it also builds fine with gcc 2.95.2 and
g77 3.1. But using gcc 3.1 or gcc 3.3 gives the familiar
problem that I mentioned before (although
2011 May 04
1
hurdle, simulated power
Hi all--
We are planning an intervention study for adolescent alcohol use, and I
am planning to use simulations based on a hurdle model (using the
hurdle() function in package pscl) for sample size estimation.
The simulation code and power code are below -- note that at the moment
the "power" code is just returning the coefficients, as something isn't
working quite right.
The
2002 Sep 11
1
one question about title
Dear,
Thanks for your help. My question is the title can not completely show in the drawing area when the title is too long.
So, I need to change the value of cex.main each time. Could you help me to control the title display area?
Regrad,
ken
-----Original Message-----
From: Patrick Connolly [mailto:p.connolly at hortresearch.co.nz]
Sent: Wednesday, September 11, 2002 4:41 AM
To: Ken