Displaying 20 results from an estimated 5000 matches similar to: "* doesn't answer"
2004 Jul 06
3
odd behavior - adtran ta 850 + t100p
I've been working with an adtran ta 850 hooked to a t100p pretty much all
day today, and I haven't gotten past configuring zaptel.conf and
zapata.conf. For some reason, when I pick up analog phone hooked up to
the first module of a quad fxs card in the second slot of the ta 850,
asterisk thinks that all four of the fxs modules in that card are going
off hook. If I pick up a phone hooked
2004 May 02
1
Why don't I get a ringing sound?
I am using the following macro to dial a ZAP channel. When I dial in, *
answers and I go to voicemail. I never hear any ringing, though. It doesn't
work with the Ringing command before or after the Dial command.
[macro-zapdial]
;
; call a ZAP extension for ${ARG2} seconds, and then voice mail
; ${ARG1} - Extension
; ${ARG2} - Time to ring
exten => s,1,Dial(ZAP/${ARG1},${ARG2})
exten
2005 Mar 21
2
Flash hook & hangup problem
Hello.
I'm trying to transfer calls from an analog phone (Zap/1, TDM400P card) to
some other terminal connected to my Asterisk PBX. If I make a flash hook
pressing the phone hangup button quickly it works as expected, I get a new
dialtone and the other side is put on hold. But I would like to use my
phone's "R" key instead for some different reasons (it's quite easier to use
2004 Jul 19
4
TDM400P Internal Extenion Config
Hopefully someone here can save my sanity. I have been trying to solve
this problem for days now, but just cant put my finger on it. Im new to
* so I have probably done something stupid!
I have a TDM400P with one FXO module and a FXS module. The main problem
I have is not being able to get the extension attached to the FXS module
to ring or be able to make calls. It gets a dialtone fine but I
2011 Feb 16
1
Timeseries Data Plotted as Monthly Boxplots
Hello, I'm trying to develop a box plot of time series data to look at the
range in the data values over the entire period of record.
My data initially starts out as a list of hourly data, and then I've been
using this code to make this data into the final ts array.
# Read in the station list
stn.list <- read.csv("/home/kbennett/fews/stnlist3", as.is=T, header=F)
# Read in
2011 Dec 17
0
time-varying parameters kalman filter estimation problem using FKF package
Dear R users,
I am trying to carry out MLE of the time-varying CAPM using the FKF package.
My approach so far has been to try and adapt the example given in the help
file found using ?fkf which demonstrates the MLE of an ARMA(2,1) model.
When I attempt to run my R code (given below) I get the following error:
Error in fkf(a0 = sp$a0, P0 = sp$P0, dt = sp$dt, ct = sp$ct, Tt = sp$Tt, :
Some of
2012 Feb 23
1
(no subject)
Dear Helpers,
I wrote a simple function to standardise variables if they contain more than one value. If the elements of the variable are all identical, then I want the function to return zero.
When I submit variables whose elements are all identical to the function, it returns not zero, but NaNs.
zt=function(x){if (length(table(x)>1)) y=(x-mean(x))/sd(x) else if (length(table(x)==1)) y=0;
2012 Feb 23
1
FW: NaN from function
Dear Helpers,
I wrote a simple function to standardise variables if they contain more than one value. If the elements of the variable are all identical, then I want the function to return zero.
When I submit variables whose elements are all identical to the function, it returns not zero, but NaNs.
zt=function(x){if (length(table(x)>1)) y=(x-mean(x))/sd(x) else if (length(table(x)==1)) y=0;
2008 Aug 19
1
rsync --delete problem with accent characters on Mac OS X HFS
Hello,
I would like to sync my Linux firewall to my Mac OS X.
The Linux is a Debian 4.0 with ext3 filesystem (UTF-8)
$ rsync --version
rsync version 3.0.2 protocol version 30
The Mac OS X is a 10.5 Leopard with HFS+ (UTF-8)
$ /sw/bin/rsync --version
rsync version 3.0.3 protocol version 30
(fink version)
I have many accents in my filenames:
$ ls -l | tee filelist
total 12
-rw-r----- 1 tamas
2007 Nov 02
0
applying duplicated, unique and match to lists?
Dear R developers,
While improving duplicated.array() and friends and developing equivalents for the new ff package for large datasets I came across two questions:
1) is it safe to use duplicated.default(), unique.default() and match() on arbitrary lists? If so, we can speed up duplicated.array and friends considerably by using list() instead of paste(collapse="\r")
2) while
2011 Sep 22
1
Error in as.vector(data) optim() / fkf()
Dear R users,
When running the program below I receive the following error message:
fit <- optim(parm, objective, yt = tyield, hessian = TRUE)
Error in as.vector(data) :
no method for coercing this S4 class to a vector
I can't figure out what the problem is exactly. I imagine that it has
something to do with "tyield" being a matrix. Any help on explaining what's
going on
2011 Nov 18
1
Ensuring a matrix to be positive definite, case involving three matrices
Hi,
I would like to know what should I garantee about P and GGt in order to have
F = Z %*% P %*% t(Z) + GGt always as a positive definite matrix.
Being more precise:
I am trying to find minimum likelihood parameters by using the function
'optim' to find the lowest value generated by $LogLik from the function
'fkf' (http://127.0.0.1:27262/library/FKF/html/fkf.html).
The
2011 Nov 12
1
State space model
Hi,
I'm trying to estimate the parameters of a state space model of the
following form
measurement eq:
z_t = a + b*y_t + eps_t
transition eq
y_t+h = (I -exp(-hL))theta + exp(-hL)y_t+ eta_{t+h}.
The problem is that the distribution of the innovations of the transition
equation depend on the previous value of the state variable.
To be exact: y_t|y_{t-1} ~N(mu, Q_t) where Q is a diagonal
2008 Sep 18
0
Joint distributions
Dear R-help!
I need to draw contour lines in a plot of wave heights (Hs) versus peak
periods (Tp) showing the joint probabilities of 1-year wave heights~peak
periods, 10-year wave heights~peak periods and 100-year wave heights~peak
periods.
I've used the contourplot() function in the plot I've added in this mail.
You can use the added dataset "Rhelpdata.txt" to reproduce a
2010 Sep 15
3
changing from zap to DAHDI
I am changing a system from zap to DAHDI.
I removed everything zap. when doing the command:
sh -x /etc/init.d/dahdi start, I see
initlog -q -c 'modprobe wct4xxp'
sh: /sbin/ztcfg: No such file or directory
FATAL: Error running install command for wct4xxp
doing updatedb then,
locate zap returns me
/var/lib/asterisk/sounds/spy-zap.gsm
/usr/share/groff/1.18.1.1/font/devps/zapfdr.pfa
2011 Feb 25
0
Asterisk 1.2 zap hangup issue
Hey guys,
We have asterisk 1.2.7.1 running and today i got following error message. and users started complain regarding call issue. after reboot everything comes back to normal. I just want to know what happened ?
Feb 25 11:27:11 WARNING[10042] app_meetme.c: Error setting conference
Feb 25 11:27:11 WARNING[10042] chan_zap.c: Unable to set audio mode on channel 1 to 1
Feb 25 11:27:11
2013 Sep 21
1
Tinc on Mac OSX 10.8.4.
Hi,
I'm trying to setup tunnel between a Linux VM (running on a KVM) and my Mac
10.8.4. On the Linux box i am able to start tincd and get interface up for
my VPN name, but on the Mac, when i run i get this error
?1 tinc/zt ? sudo /opt/local/sbin/tincd -c /opt/local/etc/tinc/zt -D
--debug=4
tincd 1.0.21 (Sep 21 2013 00:13:28) starting, debug level 4
Could not open /dev/tun0: No such file or
2007 May 07
0
Analyzing "Stacked" Time Series
I have a question about pooling or "stacking" several time series
?samples? (sorry in advance for the long, possibly confusing, message).
I'm sure I'm revealing far more ignorance than I'm aware of, but
that's why I'm sending this...
[Example at bottom]
I have regional migration flows (?samples?) from, say, regions A to B, A
to C, B to A, ?., C to B (Noted as
2006 Oct 08
1
Simulate p-value in lme4
Dear r-helpers,
Spencer Graves and Manual Morales proposed the following methods to
simulate p-values in lme4:
************preliminary************
require(lme4)
require(MASS)
summary(glm(y ~ lbase*trt + lage + V4, family = poisson, data =
epil), cor = FALSE)
epil2 <- epil[epil$period == 1, ]
epil2["period"] <- rep(0, 59); epil2["y"] <- epil2["base"]
2024 Jul 14
2
Request for a Lockdown option
P.S.:
Steffen Nurpmeso wrote in
<20240707025234.j3oUaPFH at steffen%sdaoden.eu>:
|Steffen Nurpmeso wrote in
| <20240704180538.iV4uex29 at steffen%sdaoden.eu>:
||Simon Josefsson wrote in
|| <87jzi1fg24.fsf at kaka.sjd.se>:
|||Jochen Bern <Jochen.Bern at binect.de> writes:
|||> (And since you mention "port knocking", I'd like to repeat how fond I