Displaying 20 results from an estimated 162 matches for "follwos".
Did you mean:
follows
2004 Aug 27
2
Using regular expression in dialplan
Hi all,
Did anyone manage to make the GotoIf command work with regular expression ?
I would like to make the following thing:
${DTMSeq} contains a menu choice. Only 1, 2 and 3 are allowed menu choices.
If
DTMFSeq contains 1 or 2 or 3 => OK, Goto 4
else
Goto 2
I've tried the follwoing syntax but it is alway going to 2 whatever
the value of DTMFSeq:
exten =>
2016 Jan 15
1
Error in socketConnection(master, port = port, blocking = TRUE, open = "a+b", : cannot open the connection
...<Anonymous> ... doTryCatch -> recvData -> makeSOCKmaster -> socketConnection
In addition: Warning message:
In socketConnection(master, port = port, blocking = TRUE, open = "a+b",? :
? soumen-HP-ProBook-440-G2:11001 cannot be opened
Execution halted
My sessionInfo() is as follwos
sessionInfo()
R version 3.2.1 (2015-06-18)
Platform: x86_64-unknown-linux-gnu (64-bit)
Running under: Ubuntu 14.04.1 LTS
locale:
?[1] LC_CTYPE=en_IN?????? LC_NUMERIC=C???????? LC_TIME=en_IN??????
?[4] LC_COLLATE=en_IN???? LC_MONETARY=en_IN??? LC_MESSAGES=en_IN??
?[7] LC_PAPER=en_IN?????? LC_NAM...
2003 Sep 09
2
logistic regression for a data set with perfect separation
Dear R experts
I have the follwoing data
V1 V2
1 -5.8000000 0
2 -4.8000000 0
3 -2.8666667 0
4 -0.8666667 0
5 -0.7333333 0
6 -1.6666667 0
7 -0.1333333 1
8 1.2000000 1
9 1.3333333 1
and I want to know, whether V1 can predict V2: of course it can, since
there is a perfect separation between cases 1..6 and 7..9
How can I test, whether this conclusion (being able to assign an
2011 Jan 11
3
RAID configuration suggestion???
we have several DELL R900 with PERC 6/E adapter in it. R900 using Redhat Linux. Each R900 have two PERC 6/E adapter and at least two MD1000 connect to it.
Configuration 1:
PERC 6/E -- two MD1000
PERC 6/E -- empty
Configuration 2:
PERC 6/E -- MD1000
PERC 6/E -- MD1000
Normally first MD1000 for database and second MD1000 for nightly backup. My
2005 Feb 11
3
How to solve error : "cannot allocate vector of size 1208235 Kb"
Howdy R gurus !
I am newbie to R
I use R 2.0.1 in Windows XP. When I run R
I got the follwoing memory error.
My physical memory size is 3 Gb.
My R got the memory problem when it reached to
about 2 Gb.
Thanks in advance,
> library(spdep)
> sfr.lagsarlm <- lagsarlm(sfr.data$Bldgsqft ~ sfr.data$Ncounty + sfr.data$Nugb + sfr.data$Ngroup, data=sfr.data, listw=sfr.listw,
2011 Feb 24
2
[LLVMdev] Get Element Ptr inst
Given 2 GEPs as follows,
%tmp124 = getelementptr inbounds %struct.termbox* %termptr.1, i32 0, i32 5,
!dbg !1051 ; <[2 x i16]*> [#uses=1]
%tmp125 = getelementptr inbounds [2 x i16]* %tmp124, i64 0, i64 0, !dbg
!1051 ; <i16*> [#uses=1]
can I replace the 2nd one with
%tmp126 = getelementptr inbounds %struct.termbox* %termptr.1, i32 0, i32 5,
i64 0, i64 0 ; <i16*>
When I try to
2010 Jul 22
5
choosing a random sample by precentage
hi all
i have found the follwoing way to choose a random sample by sample size (200):
ten_per_T2000 <- F_T2000_All[sample(nrow(F_T2000_All), 200), ]
but i wondered if there is a way to choose a sample size by
precentage (10% etc..)
thx
ethan
2012 Nov 08
1
(problem in Integrate asterisk through LDAP (Invalid credential
Hello all,
I am going to register asterisk sip users through active directory accounts LDAP (that is a separated server with ip : 192.168.11.17)
So I have followed the below link as well:
https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver
http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/ExternalServices_id291590.html
2008 May 13
1
mongrel cluster not working
Hi
am a newbie to mongrel.. and configuring now mongrel cluster with
apache.
when i start mongrel as a stand alone instance my app is working fine,
by issuing the follwoing command.
mongrel_rails mongrel::start
when i start the mongrel cluster it is giving the following error.
mongrel_rails cluster::start
Status: 500 Internal Server Error Content-Type: text/html
500 Internal Server Error
2002 Aug 25
1
what does this squid related error/message during setup mean?
Hello all,
i am getting the follwoing hint/error-message during rpm -ivh =
shorewall.rpm when installing on my linux systems:
insserv: warning, current runlevel(s) of script ''squid'' overwrites =
defaults.
is this of any relevance?=20
i have squid configured on my boxes... was just wondering if something =
wouldnt be working due to this error...
thanks, and regards,
andy
2004 Aug 06
1
Building speexdec on win32
Hello ,
I had downloaded latest tar.gz of speex sources.
I am trying to build it on windows , by using the
Visual C project files. (dsp/dsw)
with libspeex I did succeed.
When I try to build speexdec (using the (dsp/dsw project files under
win32/speecdec)
I get the follwoing message dialog :
"browse for project ogg_static"
what to do ?
regards
sting
2006 Jul 03
1
Problem with try()
Dear R-experts,
I am running a large simulation exercise where the enough complicated integration is required.
The integral is computed within a C-function called Denom by use of function qags from the gsl library.
Here is a piece of R-code:
denom<-try(.C("Denom",as.double(x),as.integer(n), as.integer(p),
as.double(param),
2006 Jul 24
1
Saving R objects
I am trying to find the best way to save the follwoing object I am creating
library(multcomp)
data(recovery)
Dcirec<-simint(minutes~blanket, data=recovery, conf.level=0.9, alternative="less")
I am probably not doing it the most efficient way I think.
Here is what I am doing
a<-print(Dcirec)
write(a,file="mult_test.dat", append=T)
or
save(Dcirec,
2008 Jul 04
1
update search path for attached data
Dear list,
is there a way of updating the search path when using attach() for a data set.
I am overwriting a variable in a data frame. To update teh search path I do
the follwoing:
> attach(dataset)
> some data manipulation of dataset
> detach(dataset)
> attach(dataset) # to update the search path
Is there a way to avoid the numerous detach() and attach() commands?
Thanks in
2010 Jul 25
1
error using "predict"
Hi
I am very new to R (so excuse me in advance if this is pretty trivial)
I am using the predict function to get prediction on a dataset from
another dataset using the follwoing command:
newpredT2003 = predict( object=out.model_T2003, newdata=aodmc_2003 , level = 0 )
yet i get this error:
Error in na.fail.default(list(AOD = c(0.092, 0.081, 0.086, 0.085, 0.09, :
missing values in object
2011 Apr 27
1
Reading file
Hi all,
I am trying to read Excel file usingthe follwoing commnad
library(RODBC)
data=odbcConnectExcel(file.choose())
sqlTables(data)
Bdat=sqlFetch(data, "test")
odbcClose(data)
head(Bdat)
1. The above script works if the Excel file is opened. If the excel file is
not opened then I get the following message "External table is not in the
expected
2011 Jun 07
1
assign a cluster based on a variable
Hi,
I have two matrices of the following form:
cluster (n=18):
12062 1
12063 2
12064 2
12065 3
12066 5
KreisSA (n=2304)
12062
12062
12067
12065
12063
12067
I try to assign the cluster[,2] to KreisSAa by the follwoing loop:
n <- nrow(cluster)
KreisSAa <- numeric()
for(i in 1:n){
KreisSAa[KreisSA == cluster[i,1]] <- cluster[i,2]
}
The result is a vector of the length n=4608
2003 May 14
1
AS2.1 lock problem due to ext3?
Hi,
I installed AS2.1 kernel 2.4.9-e.16 and Emulex driver v4.21g to connect
Fujitsu raid through FC(fiber channel) cable.
I met the lock problem by the follwoing operations:
fdisk /dev/sdbX
e2mkfs -j /dev/sdbX
mount /dev/sdb1 /mnt/raid/X
// run 16 sample programs for each mount point
// pulled the FC cable and then some jobs abended.
// 1 or 2 jobs were still running.
// 'ps
2003 Mar 26
1
WARNING: The "printer driver location"option is deprecated
Hello
After upgrade to 2.2.8-1 woody fom 2.2.7a I get (apart from other problems)
the following error message:
WARNING: The "printer driver location"option is deprecated
As I use the Samba server only for printing, I'm not sure, what this means
to me, as I have the follwoing in my smb.conf:
printer driver file = /etc/samba/printers.def
Any help is really appreciated.
Thanks a
2004 Jun 21
1
testing users created by smbldap-tool...help!
hey,
I can add and delete users using smbldap-tools just
fine. However, I can't log into the machine using the
users I created using the tool:'smbldap-useradd -m
testuser1' and set a password using'smbldap-passwd
testuser1'
I tried the follwoing:
[root@eaglex root]# ssh testuser1@eaglex
testuser1@eaglex's password:
Permission denied, please try again.