search for: 100,60

Displaying 11 results from an estimated 11 matches for "100,60".

Did you mean: 100,6
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Ext No Problems Panasonic Ext -> SIP Ext No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@...
2007 Jan 28
0
Trouble outgoing VOIP Provider Calls
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Extensions No Problems Panasonic Ext -> SIP Extensions No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing...
2008 Aug 26
1
lattice: plotting an arbitrary number of panels, defining arbitrary groups
...ferent feature of the data set. The following code does exactly that with a simple and fabricated air quality data set. dataSet <- data.frame("Pollutant"=c(rep("Black Carbon",5),rep("PM10",5)), "Detector"=c(1:5,1:5), "Value"=c(seq(50,10,-10),seq(100,60,-10)), "Class"="Mass") xyplot( Value ~ Detector | Pollutant, data=dataSet, aspect = 1.0, subscripts=TRUE, panel = function(x,y,subscripts,...) { if(panel.number() == 1) panel.superpose(x=dataSet$Detector,y=dataSet$Value,1:nrow(dataSet),groups=dataSet$Pollutant)...
2007 Feb 05
0
Help - Received response: "Forbidden" from'"Unknown"
...from the Panasonic the CallerID is blank, I tried setting it to nothing again, and I tried setting it to the callerid of the voip provider, a sip extension id, the extension number on the Panasonic side, the zap channel name/number, all get the same Forbidden error. -- Executing [902........@from-e100p:1] NoOp("Zap/31-1", "CallerID ") in new stack -- Executing [902........@from-e100p:2] Set("Zap/31-1", "CALLERID(num)=073.......") in new stack -- Executing [902........@from-e100p:3] Dial("Zap/31-1", "SIP/acevoip/02........") in n...
2010 Mar 30
4
Code is too slow: mean-centering variables in a data frame by subgroup
...ow is a data example and my code that is too slow. Is there a different, faster way of doing the same thing? Thanks a lot for your advice! Dimitri # Building an example frame - with groups and a lot of NAs: set.seed(1234) frame<-data.frame(group=rep(paste("group",1:10),10),a=rnorm(1:100),b=rnorm(1:100),c=rnorm(1:100),d=rnorm(1:100),e=rnorm(1:100),f=rnorm(1:100),g=rnorm(1:100)) frame<-frame[order(frame$group),] names.used<-names(frame)[2:length(frame)] set.seed(1234) for(i in names.used){ i.for.NA<-sample(1:100,60) frame[[i]][i.for.NA]<-NA } frame ### Cod...
2012 Jul 22
1
Lattice/"panel.bwplot" and Gviz: Boxplot question
...I was using Gviz package to create a boxplot. I understand that Gviz uses "panel.bwplot" to create the boxplot. Is there any way that I can remove the dashed line surrounding each pair of boxplots? Here is some sample code: ############# library(Gviz) thisdata <- matrix(sample(1:100,60),nrow=10,ncol=6) positions <- sample(1:100,6) limit1 <- min(positions)-1 limit2 <- max(positions)+1 colnames(thisdata) <- positions dgroups <- c(rep('sample1',6),rep('sample2',4)) chr <- "chr1" d4x <- DataTrack(start=positions, width=2, da...
2010 Mar 30
1
Efficiency question: replacing all NAs with a zero
...a huge one and there are many NAs in each column. R runs out of memory on me ("Reached total allocation of 1535Mb: see help(memory.size)"). Is there any other, more efficient way of doing it? Thanks a lot for any hints! Dimitri # Building an example frame: frame<-data.frame(a=rnorm(1:100),b=rnorm(1:100),c=rnorm(1:100),d=rnorm(1:100),e=rnorm(1:100),f=rnorm(1:100),g=rnorm(1:100)) set.seed(1234) for(i in names(frame)){ i.for.NA<-sample(1:100,60) frame[[i]][i.for.NA]<-NA } # Replacing all NAs in "frame" with zeros - is of course fast in this example, because this dat...
2004 Apr 30
1
IAX2 * -> * handoff
...asswords changed): --------------------------------------------------------------------------------------- -- Accepting AUTHENTICATED call from 203.221.53.223, requested format = 2, actual format = 2 -- Executing Dial("IAX2[darryl@darryl]/6", "IAX2/oeg_pbx:password@mike/100,60,tT") in new stack -- Called oeg_pbx:password@mike/100 -- Call accepted by 203.31.11.15 (format GSM) -- Format for call is GSM -- IAX2[mike]/14 stopped sounds -- IAX2[mike]/14 is ringing -- IAX2[mike]/14 stopped sounds -- IAX2[mike]/14 answered IAX2[darryl@...
2019 Jun 26
0
[PATCH 15/25] memremap: provide an optional internal refcount in struct dev_pagemap
...4 ++ kernel/memremap.c | 64 ++++++++++++++++++++++++------- tools/testing/nvdimm/test/iomap.c | 58 ++++++++++++++++++++++------ 3 files changed, 101 insertions(+), 25 deletions(-) diff --git a/include/linux/memremap.h b/include/linux/memremap.h index e25685b878e9..f8a5b2a19945 100644 --- a/include/linux/memremap.h +++ b/include/linux/memremap.h @@ -95,6 +95,8 @@ struct dev_pagemap_ops { * @altmap: pre-allocated/reserved memory for vmemmap allocations * @res: physical address range covered by @ref * @ref: reference count that pins the devm_memremap_pages() mapping + * @...
2019 Jun 26
1
[PATCH 15/25] memremap: provide an optional internal refcount in struct dev_pagemap
...| 64 ++++++++++++++++++++++++------- > tools/testing/nvdimm/test/iomap.c | 58 ++++++++++++++++++++++------ > 3 files changed, 101 insertions(+), 25 deletions(-) > > diff --git a/include/linux/memremap.h b/include/linux/memremap.h > index e25685b878e9..f8a5b2a19945 100644 > --- a/include/linux/memremap.h > +++ b/include/linux/memremap.h > @@ -95,6 +95,8 @@ struct dev_pagemap_ops { > * @altmap: pre-allocated/reserved memory for vmemmap allocations > * @res: physical address range covered by @ref > * @ref: reference count that pins the devm_...
2019 Jun 26
41
dev_pagemap related cleanups v3
Hi Dan, Jérôme and Jason, below is a series that cleans up the dev_pagemap interface so that it is more easily usable, which removes the need to wrap it in hmm and thus allowing to kill a lot of code Note: this series is on top of Linux 5.2-rc5 and has some minor conflicts with the hmm tree that are easy to resolve. Diffstat summary: 32 files changed, 361 insertions(+), 1012 deletions(-) Git