Displaying 20 results from an estimated 4000 matches similar to: "Agents, queues and zombies"
2010 Feb 02
0
Issue when reloading
Hello list!
I?m having an issue when reloading Asterisk, I?ve had this problem in
Asterisk 1.6.1.6 so I upgrade to 1.6.2.1 version, but I still have the same
error.
For example, I send a "reload" in Asterisk CLI and this is the output:
isb152*CLI> reload
== Parsing '/etc/asterisk/extconfig.conf': == Found
== Parsing '/etc/asterisk/manager.conf': == Found
2024 May 06
0
[R-sig-ME] lmer error: number of observations <= number of random effects
Dear Srinidhi,
You are trying to fit 1 random intercept and 2 random slopes per
individual, while you have at most 3 observations per individual. You
simply don't have enough data to fit the random slopes. Reduce the random
part to (1|ID).
Best regards,
Thierry
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK
2024 May 06
0
[R] [R-sig-ME] lmer error: number of observations <= number of random effects
Dear Srinidhi,
You are trying to fit 1 random intercept and 2 random slopes per
individual, while you have at most 3 observations per individual. You
simply don't have enough data to fit the random slopes. Reduce the random
part to (1|ID).
Best regards,
Thierry
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK
2024 May 05
2
lmer error: number of observations <= number of random effects
I am running a multilevel growth curve model to examine predictors of
social anhedonia (SA) trajectory through ages 12, 15 and 18. SA is a
continuous numeric variable. The age variable (Index1) has been coded as 0
for age 12, 1 for age 15 and 2 for age 18. I am currently using a time
varying predictor, stress (LSI), which was measured at ages 12, 15 and 18,
to examine whether trajectory/variation
2024 May 05
2
lmer error: number of observations <= number of random effects
I am running a multilevel growth curve model to examine predictors of
social anhedonia (SA) trajectory through ages 12, 15 and 18. SA is a
continuous numeric variable. The age variable (Index1) has been coded as 0
for age 12, 1 for age 15 and 2 for age 18. I am currently using a time
varying predictor, stress (LSI), which was measured at ages 12, 15 and 18,
to examine whether trajectory/variation
2007 Jun 07
0
Unique :key not maintained after add_indexes?
Hi,
When adding an index to another one using add_indexes I get duplicates
even though I use the :key attribute. For example:
def test_add_indexes_uniqueness
index1 = Ferret::Index::Index.new(:key => :id)
index2 = Ferret::Index::Index.new(:key => :id)
# Add two items with same id
index1 << {:id => 23, :data => "This is the data..."}
2004 Jun 25
0
problems compiling shadydial-asterisk on gentoo
hello there:
did some one compiled shadydial with asterisk on gentoo successfully, if some one plz help me
I am getting compilation errors during asterisk compilation after replacing the files provided with shadydial
thank you
here is my log, please help
gcc -pipe -I=/usr/local/pgsql/include -pipe -Wall -Wstrict-prototypes -Wmissing
2003 Jun 18
1
Errors when compiling from CVS this morning
O -fPIC -c -o chan_agent.o chan_agent.c
chan_agent.c: In function `login_exec':
chan_agent.c:595: parse error before '<<' token
chan_agent.c:602: parse error before '>>' token
make[1]: *** [chan_agent.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels'
2011 Apr 03
1
Help in splitting ists into sub-lists
Dear List,
Let's say I have a list whose components are 2 matrices (as exemplified in
the "mylist" object below). I'd like to create a list with components being
4 matrices based on an logical index vector. is there a way to simplify what
I'm doing to obtain the results in "mylist2"? I'd like something that would
work on an arbitrary number of elements in
2007 May 29
2
Agents.conf from realtime static
I am using Asterisk 1.4.4 on a CentOS 5 machine for a small call center
with 6 agents. I am using realtime for queues and sip and I am also
trying to use realtime static to load agents.conf. The only problem I
am having is that no agents are loaded when I start Asterisk. I have to
manually do a "module reload chan_agent.so" so the agents get loaded
from the database.
Obviously
2009 Dec 28
1
nls error message
When I try to run the following non-linear regression with variables
index1 and prl3:
> beta = 4
> nls(index1~beta*(1/prl3),start = list(beta = 4))
I get this error message:
Error in nls(index1 ~ beta * (1/prl3), start = list(beta = 4)) :
REAL() can only be applied to a 'numeric', not a 'logical'
I've got no clue as to the REAL() to which this is referring. Any
2012 Apr 01
1
Degrees of Freedom for lme.
Hi,
I am trying to run a linear mixed effect model on data. I have 17
longitudinal subjects and 36 single subjects, and this is the code I'm using
(below). So, INDEX1 is the column with brain volumns, and the predictors
are gort and age, by time ID (time they were seen).
I believe my data is set up the right way, but when I run it, I get DF for
Intercept is 49, and DF for slope is 13?
2003 Jun 18
1
CVS Error 2003-06-19
chan_agent.c: In function `login_exec':
chan_agent.c:595: parse error before '<<' token
chan_agent.c:602: parse error before '>>' token
make[1]: *** [chan_agent.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels'
make: *** [subdirs] Error 1
2009 Jan 27
1
Problem with RMA using limma, oligo and pdInfoBuilder packages
Hi,
I am a Ph.D. student from Québec, Canada. I’m a beginner with R and
Bioconductor. Until now the only experience I have is in analyzing
microarray data using affy and limma packages. Now I am trying to analyze
Rat Gene 10 st arrays and I would like to run RMA analysis and Smyth
moderated t test on those arrays. Since no cdf official package is available
for those arrays, after reading many
2006 Jun 15
0
queue always hangs up/skip the next agent after ringing a agent -- help!!!
Hi,
I have 1.2.9.1 installed. It always rings first available agents for 15
seconds, then rings and hangs up the next agents straight away, then
ring the next agents for 15 seconds. It goes as a loop. Any one has the
following same problem? Thanks.
Agents.conf
[general]
persistentagents=yes
[agents]
autologoff=60
wrapuptime=15000
ackcall=no
group=1
agent => 7130,7130,agent1
agent =>
2006 Feb 02
0
Fw: Agents, queues and zombies
Sorry,
Forgot to mention, I'm running Asterisk 1.2.3, zaptel and libpri 1.2.2,
addons 1.2.1.
Steve
2007 Jul 15
0
choppy sound when transcoding (after os update)
after recompilling asterisk (trunk-r75109) after system (mandriva
cooker) update (new glibc 2.6, gcc 4.2.1),
sound starts very choppy, when codec translation is performed,
if translation isn't needed, it sounds OK
any idea? until update, everything worked fine.
I'm using ztdummy as clock source.
during compile, I got lot of errors...
ael_main.c: In function ?ast_context_add_ignorepat2?:
2015 Mar 26
0
Lazy_expunge issue...
Hello everybody,
I have a question about lazy_expunge plugin.
I set up Dovecot with lazy_expunge plugin on a Debian Wheezy machine; I
setup also a global acl to keep .expunged namespace readonly for all
users. Imap client is Horde Webmail Edition 5.2.3
When I try to delete folders containing subfolders, lazy_expunge copies
into expunged private namespace only the upper level folder. The
subfolder
2006 Nov 14
2
Problem with file size
Hi everyone,
I have 2 environments (2 different R sessions) as described below:
Session 1:
Name of the environment: "CrlmmInfo"
Objects in the environment:
index1: logical index - length 238304
index2: logical index - length 238304
priors: list of 4 - (matrix 6x6, 2 vectors of length 6, vector of
length 2) - all num
params: list of 4:
centers [238304 x 3 x
2006 Nov 14
2
Problem with file size
Hi everyone,
I have 2 environments (2 different R sessions) as described below:
Session 1:
Name of the environment: "CrlmmInfo"
Objects in the environment:
index1: logical index - length 238304
index2: logical index - length 238304
priors: list of 4 - (matrix 6x6, 2 vectors of length 6, vector of
length 2) - all num
params: list of 4:
centers [238304 x 3 x