Displaying 20 results from an estimated 3000 matches similar to: "Re ading user input (Readline)"
2011 Dec 08
1
random digits dialing during call
Hi List,
When a user is on a call, sometimes they hear digits dialing as if the
other end is randomly pressing the keypad with their face...but they
aren't. It has happened while I've been on calls also, very odd and
annoying.
Has anyone come across this on Asterisk before?
TIA,
Skyler
2011 May 11
4
concurrent call tracking
Hi all,
I would like to track/store concurrent call usage per user by
day/week/month and get server totals by day/week/month. Google comes up with
mostly info regarding concurrent call limits, though my goal is to calculate
actual concurrent channel usage and add it into reporting. I'm using * 1.6.2
+ mysql - realtime (no gui). Any suggestions / open-source / AGI on where to
start looking
2011 Dec 12
1
ATA with TCP/TLS support?
Hi List,
Has anyone heard of an ATA device that supports TCP & TLS? Not much
comes up in searching, thought to check here for some device
suggestions.
TIA,
Skyler
2010 Jul 16
1
re ading SPSS .sav files (PR#13509)
Sir/Madam,
Installed in my computer is the Version 2.9.1(2009-06-26) of R. I have a
SPSS.sav file produced by SPSS Version 17.
>install.('foreign')
>library(foreign)
<- read.spss("f:/sme.sav",use.value.labels=FALSE)
Warning message:
In read.spss("f:/sme.sav", use.value.labels = FALSE) :
f:/sme.sav: Unrecognized record type 7, subtype 18
2009 Mar 18
1
Re ading from a Database
Hi all,
I'm quite new to R and have limited experience. What Im trying to do is very
important as it is part of my final year project; or more so the central
idea behind it.
I will be creating BibTex files to enter into a mySQL database. I then need
to perform operations on this DB like 'return studies similar to x'.
It's really just getting a start at this that I'm having
2009 Jul 23
1
Re ading Image Files
Hello, I'm rather new to R and I want to do some image analysis. Is there a
way to read jpeg files into a matrix like matlab's imread?
--
View this message in context: http://www.nabble.com/Reading-Image-Files-tp24619129p24619129.html
Sent from the R help mailing list archive at Nabble.com.
2009 Oct 01
1
re ading and analyzing a word document
file=("LUSDR/letter.doc")
Howdy Y'all,
So i am looking to read a word document in the following formats(.doc) or
any type of accessible word processor software (e.g. text .txt, notepad,
etc). Had the ability to search certain words, for instance "banana",
"peacock","Weapons" "Mass" "Destruction". Then i could summarize and view
2009 Sep 28
4
Re ading Functions that are in a Vector
I am trying to write a function that will have an input of a vector of
functions. Here is a simplistic example.
sumstats <- c(mean,sd)
sumstats[1]
#Gives this error
#> sumstats[1]
#[[1]]
#function (x, ...)
#UseMethod("mean")
#<environment: namespace:base>
I thought about restricting the input to character variables such as the
following
sumstats2 <-
2009 Nov 03
3
re ading tokens
Greetings,
I am not familiar with processing text in R. Can someone tell me how to
read each line of words as separate elements in a list?
FE, I would like to turn:
word1 word2 word3
word2 word4
into a list of length two with three character elements in the first list
and two elements in the second. I know that this should be easy, but I am a
little confused by the text functions.
Thanks in
2009 Apr 07
4
Re ading Excel 5.0 files with RODBC?
Hi,
i'm trying to read some data from excel files but it seems that neither
xlsReadWrite nor sqlFetch (RODBC) doesn't like the format (Excel 5.0).
When i open the file in Excel and save it in a new format Excel 97 -2003
everything works fine.
Is it possible to use ODBC connection to open old format files, or i guess i
will have to open and save every file in Excel in new format, which
2011 May 13
2
OPTIONS Keep alive - Reply: 481 No subscription
Hi all,
Anyone know how to make asterisk properly reply to options keep-alive? Or
just force a 200 OK somehow?
I recently took over a server and they have ~80 pap2 devices that send nat
keep-alive and * always replies with 481 No subscription. It's more of an
annoyance, I know but I like to keep my pcap's clean.
S.
-------------- next part --------------
An HTML
2009 Oct 28
2
Re ading and Creating Shape Files
Hello R Community,
I have imported a dataset which contain X Y coordinates and would like to
recreate a shape file after some data analysis. What i have done is to
import some taxlot data and join them based on some criteria. I want to
check to see how well the joining went by reviewing the results in GIS.
A couple things. I cant seem to import a shape file correctly using the
maptools
2009 Nov 18
3
Re ading multiple Excel 2007 files with a loop
I have several hundred Excel 2007 data files in a folder. I would like to
read every file in a single given folder using a loop.
I have searched the FAQ, the forum archives here, other or older R boards
and the R Import / Export documentation, and have asked some very
knowledgeable R users without learning of a solution. I hope someone here
can help.
I understand that the most common
2003 Dec 17
5
Readline & readline-devel installation on RH9
I have a new user question. Sorry I know most of you are Linux experts
I am not! I am just getting my feet wet with this. And I am sorry to
ask this stupid question.
I was following an installation post from Wiki that said when using RH 9
you need to make sure that you have the following installed first and
you should check them with the following command. Are there any other
items I need to
2007 Jan 29
1
Problem with "readline" in compilatio of R for Solaris 11 (Nevada) in x86
Dear friends,
In configuring R 2.4.1 for Solaris 11, using SunStudio 11 compilers, I
get the following error.
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for rl_callback_read_char
2011 Dec 30
1
configure can't find readline -- but it's there!
Am trying to install 2.14.0 on a CentOS system. The configure script
apparently can't find something to do with the readline library:
Configure: error: --with-readline=yes (default) and headers/libs are not
available
Yes, I know I need readline 4.2 or later. "yum" assures me that rev 5.1
is already installed.
And I know I need to provide configuration flags if it is in
2002 Apr 09
3
readline editor
Dear all,
I have a problem with the readline editor of R since it doesn't work.
Setting ./configure --with-readline does not the fix the problem.
Does anyone have an idea how to fix this? Many thanks in advance!
Peter Schlattmann
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2003 Jan 31
3
tftp-hpa and readline
I have tried compiling tftp-hpa on Red Hat 7.3, 8.0, and Debian
testing/unstable...I haven't been able to get readline to link on any of
them, regardless of passing --with-readline.
Likewise, I am having trouble getting regex maps to compile on Debian
testing/unstable (though it works on Red Hat).
Can anyone give me some pointers?
I suspect something with autoconf, though I also saw
1998 Jun 16
2
R-beta: Readline and R 0.62.1
I have readline library where configure is not expecting it.
How can I tell configure where that library is, and how
can I compile R on Solaris with readline?
Solutions were offered for R 0.61.3 but they do not seem to
work for the new release: at least my trial and errors did not
give desired effect.
Wouldn't it be helpful if after autoconfig the user were informed
whether compilation
2002 Mar 24
2
readline?
We've recently "upgraded" a server to solaris 8, and in reinstalling R
I've encountered a problem in getting it to recognize the readline library.
I have installed readline in what I believe to be the "usual" place:
/usr/local/lib with include files in /usr/local/include/readline.
But ./configure produces:
ragnar.econ.uiuc.edu# grep readline hout
checking for