search for: bunn

Displaying 20 results from an estimated 77 matches for "bunn".

Did you mean: bonn
2005 Oct 16
4
Cannot telnet to port 5038 on asterisk
Hi, I cannot do the following: telnet 127.0.0.1 5038 I get connection refused and this is preventing AMP from installing. I had this working when I was using FC3 but I had to upgrade to FC4 for another application. So I am running PHP5, MYSQL 4 with FC4 and asterisk is running (I had this problem before with FC3 and it turned out asterisk was not running) I am using 1.2.0 beta1 Asterisk
2007 Sep 28
1
Proximity Detection: Motorola Q + Bluetooth + Asterisk
...e if the Motorola Q has its Bluetooth always on like the IPhone? I want to use the Motorola Q in a Proximity Detection setup like that described on nerdvittles.com. I know the Treo 650 does not work well since the display must be on for the bluetooth to be on and this eats power. Thanks Chuck Bunn
2007 Oct 05
1
Oddball time problem in CID
...ayed for a voicemail in a web browser it is correct. When I hit *98 and then my extension the CID says a time that is some 6 hours off (early)??? I am really confused where could CID be getting this bogus info??? I am using Centos 4.5, Asterisk 1.2.7.1 and Freepbx version 2.3.0.3 Thanks Chuck Bunn
2002 Oct 10
4
Generating AR1 data
Hi, Is there an easy way to generate data with temporal autocorrelation? I want to generate data with something like rnorm where I can specify the mean, variance and time lag. Does such a thing exist? Yours, AB -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2008 Dec 08
1
R CMD check not running examples under Windows
...em\;C:\Program Files\SSH Communications Sec urity\SSH Secure Shell;Z:.; I expect some cygwin or perl issue but I'm not sure how to proceed in tracking this down. Cygwin is a fresh install as well. Any suggestions on what to do next greatly appreciated. -A ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Andy Bunn Environmental Sciences, Huxley College Western Washington University Bellingham, WA 98225-9181 Skype: andy.bunn Phone: 360-650-4252 Fax: 360-650-7284 http://myweb.facstaff.wwu.edu/bunna/
2003 May 13
3
Sorting a matrix in an odd way
Hi, I have a matrix not unlike this: foo <- matrix(,5,5) foo[5,1] <- 1 foo[1:3,2] <- 1 foo[3:4,3] <- 1 foo[4:5,4] <- 1 foo[2:4,5] <- 1 foo [,1] [,2] [,3] [,4] [,5] [1,] NA 1 NA NA NA [2,] NA 1 NA NA 1 [3,] NA 1 1 NA 1 [4,] NA NA 1 1 1 [5,] 1 NA NA 1 NA I want to get a vector that is the column numbers as sorted
2004 Nov 11
6
scan or source a text file into a list
I've ported somebody else's rather cumbersome Matlab model to R for colleagues that want a free build of the model with the same type of I/O. The Matlab model reads a text file with the initial parameters specified as: C:\Data\Carluc\Rport>more Params.R # Number of years to simulate nYears = 50; # Initial year for graphing purposes year0 = 1970; # NPP/GPP ratio (cpp0 unitless) fnr =
2002 May 18
3
checkerboard plot?
Hi, I've been doing a lot of CA modeling lately and am now wanting to make some checkerboard plots in R. Let's say I have a matrix: > is.matrix(junk) [1] TRUE > junk [,1] [,2] [,3] [,4] [,5] [1,] 0 0 1 0 0 [2,] 0 1 1 1 0 [3,] 0 1 0 0 1 [4,] 0 1 1 1 1 [5,] 0 1 0 0 0 > and I want to make a
2006 Feb 23
4
Keep getting message in logs that pbx.c cannot find extension context 'default'
Hi, I am getting repeated messages in my logs with the following: ********************* Feb 23 07:56:11 NOTICE[2470] pbx.c: Cannot find extension context 'default' Feb 23 07:56:11 DEBUG[2470] chan_sip.c: SIP message could not be handled, bad request: 70975D7A-CF70-4C05-8F21-56B06195995F@10.0.0.40 Feb 23 07:56:12 NOTICE[2470] pbx.c: Cannot find extension context 'default' Feb 23
2005 Apr 28
6
shading in line plots
Hello, I cannot figure out how to shade between two lines in a plot. For example, if I am trying to plot a confidence envelope and I would like to shade the interior of the envelope grey. Is this possible in R? Thanks in advance. Heather Lynch
2006 Mar 27
1
Bluetooth headset in handsfree modewith SJPhoneor X-lite
...and kapanga. If you end up not having both of these in the Bluetooth service selection, you won't end up with the results you're looking for. HTH -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chuck Bunn Sent: Monday, March 27, 2006 9:46 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Bluetooth headset in handsfree modewith SJPhoneor X-lite Hi, I am not having trouble with the bluetooth stack since the Toshiba stack has the headset profile which suppo...
2005 Aug 22
1
cbind and rbind
Hi, I have been trying for a while to use cbind and rbind to add a row and column to the same table but seem to be able only to add one OR the other??? Any help would be most welcome, Tony Evans Australia [[alternative HTML version deleted]]
2007 Feb 26
1
Partial whitening of time series?
I have a time series with a one year lag, ar=0.5. The series has some interesting events that disappear when the series is whitened (i.e., fitting an AR process and looking at the residuals). I'd like to remove the autocorrelation in stages to see the effect on the time series. Is there a way to specify the autocorrelation term while fitting an AR process? For instance, given the following:
2007 Aug 14
1
OT - use of R
Hello, is there an up-to-date reference for how many people use R? I'm giving an R demo and want to cite wonderful R usage stats. How many people use it (or download it)? How often is R used in peer-reviewed pubs, etc. Is there any whiz-bang citation that says something like "R is great and developed by the best minds in statistical computing." Any thoughts? -Andy
2011 Nov 15
1
equal spacing of the polygons in levelplot key (lattice)
Given the example: R> (levs <- quantile(volcano,c(0,0.1,0.5,0.9,0.99,1))) 0% 10% 50% 90% 99% 100% 94 100 124 170 189 195 R> levelplot(volcano,at=levs) How can I make the key categorical with the size of the divisions equally spaced in the key? E.g., five equal size rectangles with labels at levs c(100,124,170,189,195)? Apologies if this is obvious. -A R> version
2005 Dec 03
2
Can I escape queue with a '*'?
Hi, Can I escape a call queue by pressing a '*' or do I have to use a digit?? Thanks
2006 Feb 16
2
Install instructions for FOP Flash Operator Panel do not make sense...
Hi, Anyone got AFOP working. The install instructions tell you to copy all of the files extracted under the 'html' directory to a subdirectory under your main web directory (in my case this is /var/www/html/panel/) and then the instructions talk about modifying the 'op_server.cfg' file but they do not tell you were to put this file. There is something wrong with the
2005 Apr 29
2
congratulations to the JGR developers
Just want to offer my congratulations to the JGR developers as the recepient of the 2005 Chambers Award. Great job, guys!! http://stats.math.uni-augsburg.de/JGR/ [Now, could JGR be updated to work with 2.1.0 (or be made R version independent, please... 8-)] Best, Andy
2007 Aug 27
2
[OT] How many useRs?
I figured the devel list would have people on it who might know the answer to this.... Is there a reliable (for some definition of reliable) estimate of how many people use R or have downloaded it? Say an order of magnitude estimate? I would like to mention this in the introduction to a paper I'm writing where I encourage R's use. Thanks for any help. -Andy
2012 May 29
1
lattice: add a marginal histogram on top of the colorkey of a levelplot?
Lattice experts: Can you think of a way to produce a levelplot as below and then add a histogram of the z variable to the top margin of the plot that would sit on top of the color key? x <- seq(pi/4, 5 * pi, length.out = 100) y <- seq(pi/4, 5 * pi, length.out = 100) r <- as.vector(sqrt(outer(x^2, y^2, "+"))) grid <- expand.grid(x=x, y=y) grid$z <- cos(r^2) *