similar to: zt hook failed: Device or resource busy

Displaying 20 results from an estimated 1000 matches similar to: "zt hook failed: Device or resource busy"

2004 Dec 04
6
Door buzzer.
Hello, I have a customer who has their front door integrated to their current phone system. If someone presses the buzzer, the secretaries phone will ring, and she can talk to the person at the door. By pressing ** she can release the door. Anyone have any sort of integration like this. Are there IP devices anyone is using? They have a pizza box server as their asterisk server with
2004 Oct 25
5
Nortel Phones.
Hello, I am wondering if anyone is using the Nortel 2001 2002 or 2004 phones on their asterisk implementation. My local dealer says they are not compatible with any open source implementations. Is there a phone compatibility list somewhere? Cheers Cian
2006 May 30
0
zt hook failed
Asterisk 1.2.7.1, Red Hat 9.0, TDM 400 2 FXS, 1 FXO I'm getting the following warning from time to time: "zt hook failed: Device or resource busy" It seems that once I get this error I can no longer use my zap channel. Interestingly it seems to affect SIP as well as I can no longer dial out on that either, it begins to complain that my GSM licenses are used up (I only have
2007 Feb 28
1
Timing, use analog card, ZT Dummy etc.
Hello, we are setting up another system that will run either 1.2.4, the latest version of 1.2 or 1.4. We have not yet decided on the version. Anyhow, this is a higher volume system (dual processor) which will handle 30-50 simultaneous calls with 60 to 100 simultaneous channels lit up. Most calls are g711 with very little g729 and a little gsm mixed in. We have a similar system doing exactly
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
2019 Apr 29
2
Manejo de colores CMY(K?) según valores de variables.
Buenas noches; Traigo una pregunta que supongo que alguno ya la tendrá resuelta, porque se me hace difícil entender algo que presupongo fácil. Quiero, según los valores de 3 o 4 variables numéricas, convenientemente escaladas, conseguir gamas de colores. Supongamos las variables numéricas: X, Y, Z; a cada variable le correspondería un color; pongamos que X = C (cian), Y = M (magenta) y Z = Y
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
2013 Feb 21
4
Getting htmlParse to work with Hebrew? (on windows)
Hello dear R-help mailing list. Looks like the same issue in Russian: library(RCurl) library(XML) u = " http://www.cian.ru/cat.php?deal_type=2&obl_id=1&room1=1" a = getURL(u) a # Here - the Russian is fine. a2 <- htmlParse(a) a2 # Here it is a mess... None of these seem to fix it: htmlParse(a, encoding = "windows-1251") htmlParse(a, encoding =
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;
2006 Nov 22
8
Looking for assistance
We have about 5 servers spread out throughout the country: 2 Centos 4.4, 1 Red Hat and 2 windows machines- looking for some good ideas for a back-up solution. Our servers hold a lot of data, but only a small portion of it is crucial on any given day. That crucial portion is always changing (for example, this week the crucial files all relate to November- current and previous projects, and the next
2003 Apr 25
3
A few questions
I've spent some time looking at klibc today, and find myself in a state of some puzzlement. The 0.79 snapshot does not build against 2.5.68; it fails almost immediately, apparently due to problems with include files. I'm hesitant to try patching anything to get it building, because I can find no sign of a CVS or BK repo that I can check against, and I don't want to replicate
2003 Dec 19
5
for loop over dataframe without indices
One can perform a for loop without indices over the columns of a dataframe like this: for( v in df ) ... some statements involving v ... Is there some way to do this for rows other than using indices: for( i in 1:nrow(df) ) ... some statements involving df[i,] ... If the dataframe had only numeric entries I could transpose it and then do it over columns but what about the general case?
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;
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
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
2003 Nov 29
2
RPMs available
I put together a spec file that appears to build binary RPMs quite happily. Binary packages for i386 are available at http://www.terminus.com/~bos/klibc To build RPMs, just type "make rpm" in the top-level directory of CVS head or today's CVS snapshot. The packaging mechanism isn't exactly the same as the usual "build an RPM from a SRPM" scheme, as it builds in place
2006 May 01
6
R-2.3.0 make error
Dear list, When compiling the R-2.3.0 on FC4 x86_64, I got the following errors: make[3]: Entering directory `/project/scratch3/ligroup/wuming/src/R-2.3.0/src/main' gcc -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o
2024 Jul 07
1
Request for a Lockdown option
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 ||> am of upgrading that original concept to a single-packet ||> crypto-armored