Displaying 20 results from an estimated 600 matches similar to: "for loop error"
2006 Feb 14
3
Inf values in a matrix
Hello,
I have some Inf values in a matrix, but I don't want to replace them with
some value but rather remove the rows that contain the Inf values. Also I
would like to record the rows which were removed. Is there an easy way to
do this instead of writing loops over the matrix? Thanks.
Ita Cirovic Donev
2006 Feb 13
5
search algorithm
Hi!
I have a problem of finding a specific value in a column. For example, I
have a matrix with say 2 columns
X Y
1 -2.0341602 9.036689e-05
2 -1.4287230 1.807338e-04
3 -1.1194402 2.711007e-04
4 -1.0327582 3.614676e-04
5 -0.8130556 4.518344e-04
6 -0.7138212 5.422013e-04
7 -0.6634425 6.325682e-04
8 -0.6512083 7.229351e-04
9
2005 Jan 03
2
agent with queues remain unavailable during transferred call
Hi,
I'm seeing something I'd like suggestions on:
I have a queue with agents that log in using agentcallbacklogin. The
extension that is logged in with is a Local channel. Now, if a call
comes in to the queue and is handled by an agent (in our case using
Cisco 7960 SIP phones) and transferred (attended) to another extension,
the agent remains unavailable during the remains of the call.
2005 Mar 10
2
E1 LED not lighting up....
Hi all,
Having an issue in getting our first asterisk server recognising the
channels on our E1.
At the moment, when we start up the machine, everything goes well, but the
light on our single span TE110P card flashes red (slowly).
I imagine that I'm supposed to get a green light when a connection has been
made. (lol - else I'm not sure what it's there for :P)
Can anyone
2005 Mar 12
1
RE: Asterisk-Users Digest, Vol 8, Issue 88
These allow and disallow work with NuFone for me
disallow=all
allow=ulaw
allow=alaw
allow=gsm
Jeff
Message: 11
Date: Fri, 11 Mar 2005 11:15:51 +0100
From: "Edward Banfa" <edward@radform.com>
Subject: [Asterisk-Users] NuFone Configuration [problem]
To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
<asterisk-users@lists.digium.com>
2005 Mar 22
6
IRQ headaches
Excuse my ignorance here, but I am desperately trying to isolate the IRQ for
my TE110P card (shown below as t1xxp) Ive gone into my bios and disabled all
usb , parallel, serial and some other devices, those that I needed to keep,
I have moved off of IRQ 10 and onto IRQ 5, but everytime I boot up, I get
usb-uhci and ehci_hcd using IRQ 10 as well as my Digium card. Does anybody
know what these are
2008 Mar 06
2
Cool New Website
Cool New Website For everyone to see!
I think they are using a specially programmed version of Asterisk to do
this.
www.dialaway4free.com
2002 Jun 14
1
data.frame - transform
Hi there,
I have a data.frame (pwt6) which I would like to transform:
country year gdp
MEX 1950 2
MEX 1951 5
BOL 1950 4
BOL 1951 12
ITA 1950 45
ITA 1951 2
This should be the result:
year MEX.gdp BOL.gdp ITA.gdp
1950 2 4 45
1951 5 12 2
Right now I have this code (better - no code):
country.label<-names(table(pwt6$country))
result<-data.frame(year=NULL)
for(i in country.label)
?
2004 Feb 02
2
ordering in dotplot
Dear R-friends,
the dataset I am using (data.it) is organized as follows
partner stp btp reg
hk 0.64 1 s
ger 0.27 1 d
tur 0.27 1 s
rom 0.24 1 s-f
por 0.24 1 s
spa 0.23 1 s
gre 0.22 1 d-f
aus 0.17 1 d
uk 0.16 1 s
be 0.16 1 d
arg 0.15 1 s
usa 0.13 1 d-f
fra 0.13 1 s
neth
2006 Jul 07
1
convert ms() to optim()
How to convert the following ms() in Splus to Optim in R? The "Calc" function is also attached.
ms(~ Calc(a.init, B, v, off, d, P.a, lambda.a, P.y, lambda.y,
10^(-8), FALSE, 20, TRUE)$Bic,
start = list(lambda.a = 0.5, lambda.y = 240),
control = list(maxiter = 10, tol = 0.1))
Calc <- function(A.INIT., X., V., OFF., D.,
P1., LAMBDA1., P2., LAMBDA2.,
TOL., MONITOR.,
2006 Sep 25
2
Can't mix high level and low level plot functions.
Hey R-Comunity,
I'd like to print out an histogram of some experimental data and add a
smooth curve of a normal distribution with an ideally generated
population having the same mean and standard deviation like the
experimental data.
The experimental data is set as vector x and its name is set to
group.name. I paint the histogram as follows:
hist(data, freq=FALSE,
2004 Jul 18
6
PSTN Gateway X101P
I am trying to setup a simple pstn gateway using Asterisk and a X100p card.
I have got everything installed using Redhat 9 and am able to load Asterisk.
I also configured sip and I am able to connect to the asterisk gateway with
Xlite on the windows side.
I am able to dial 1000 and get the welcome message.
What I am NOT able to do is dial a seven digit local or 10 digit long distance
number and
2017 Sep 07
2
ISO3 code to 7 continents names
df is a data frame consisting of one variable (iso3 codes) such as
USA
RUS
ARG
BGD
ITA
FRA
Some of these iso3 codes are repeated and I would like the corresponding
continent name, the countrycode package does not seem to distinguish
between North and South America. Thanks.
Sincerely,
Milu
On Thu, Sep 7, 2017 at 9:00 PM, David Winsemius <dwinsemius at comcast.net>
wrote:
>
> >
2007 Mar 11
3
Enable pop3 / pop3 and imap
Dear All,
I'm new to use dovecot for the Mail service...
So, how to enable the mail service ( pop3 / pop2 / imap ) ?
Edward.
2007 Nov 28
1
Order observations in a dataframe
Dear All,
Suppose I have the following dataframe:
country;weight;group
bul;10;1
cze;12;1
grc;12;1
hun;12;1
prt;12;1
rom14;1
fra;29;2
ita;29;2
gbr;29;2
aut;10;3
bel;12;3
The "group" variable denotes the id-number of a group of countries. How can
I re-label the groups in the descending order of their cumulative "weight",
which wound be:
country;weight;group
fra;29;1
ita;29;1
2004 Nov 29
4
Zap gives no ring to the caller...
I have a E1 conected to asterisk all zap channels are ok, but when
calls come into Asterisk caller don't hear none ring, the call goes
straight into the menu, how can i simulate 2 or 3 rings?
here it is my conf.
exten => s,1,Answer
exten => s,2,Wait,2
exten => s,3,NoOp(${CALLERID})
exten => s,4,ResponseTimeout,45
exten => s,5,DigitTimeout,3
exten =>
2005 Feb 16
0
Attended xfer
Does anyone know if the attended transfer in CVS head works with
app_queue (and more importantly, chan_agent ?)
This is the only thing stopping me from deploying the attended transfer
patches.
Cheers,
Ben
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mark
Benson
Sent: 16 February 2005 14:44
To: Asterisk
2017 Sep 07
0
ISO3 code to 7 continents names
> On Sep 7, 2017, at 12:21 PM, Miluji Sb <milujisb at gmail.com> wrote:
>
> df is a data frame consisting of one variable (iso3 codes) such as
>
> USA
> RUS
> ARG
> BGD
> ITA
> FRA
>
>
> Some of these iso3 codes are repeated and I would like the corresponding continent name, the countrycode package does not seem to distinguish between North and
2012 Apr 22
10
Assignment problems
The text below is a part of, some work I have to do, which is due in 2 days
and I am strung up with a lot of other stuff, so I was hoping someone would
take 5 mins and help me ??
Here is a part of my data.frame:
year country1 country2 contig comlang pop1 gdp1
pop2 gdp2 rta dist avgflow
1 1992 AUS AUT 0 0 17.4950008 321708.281
2017 Dec 22
4
codificación
Estimados compañeros me tiene loco un problema de codificación que no
logro resolver. Importo un fichero cuyo nombre tiene acento. Pongamos
por ejemplo "Adrián.doc". Escribo el siguiente comando:
mdoc<-list.files(path = dest,pattern = "*.doc", full.names = TRUE)
Entonces mdoc, además del path, se me presenta como:
"Adria´n.doc"
Aunque le quite la tilde con: