search for: ny1

Displaying 7 results from an estimated 7 matches for "ny1".

Did you mean: n1
2007 Jan 24
2
channel name
Hello everybody, I was wondering if anybody knows how to make channel IDs different if all call are coming from the same host: core show channels Channel Location State Application(Data) SIP/sip-ny1.stanapho 16462257222@in-sip:4 Up Playback() SIP/sip-ny1.stanapho 16462257222@in-sip:4 Up Playback() Thanks in advance. Serge -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070124/2d65c713/att...
2008 Oct 22
3
coalesce columns within a data frame
...uot;merge", "cbind" and terms like "coalesce" with no success). There surely is a way to coalesce (like in SQL) columns in a dataframe, right? For example, I would like to go from a dataframe with two columns to one with only one as follows: From Name.x Name.y nx1 ny1 nx2 NA NA ny3 NA NA ... To Name nx1 nx2 ny3 NA ... where column Name.x is taken if there is a value, and if not then column Name.y Any help would be appreciated Kind regards, Ivan
1997 Sep 05
2
R-beta: help with R simulation
...rsion of R) Bill Simpson # nearest neighbour distance simulation # for dynamic noise dots do.sim<-function(nnoise, nsignal, jump) { ntotal<-nsignal+nnoise x<<-NULL y<<-NULL x.temp<-0 y.temp<-0 #generate noise dots nx1<-runif(nnoise,0,4095) nx2<-runif(nnoise,0,4095) ny1<-runif(nnoise,0,4095) ny2<-runif(nnoise,0,4095) #generate signal dots sx1<-runif(nsignal,0,4095) sx2<-sx1 sy1<-runif(nsignal,0,4095) sy2<-sy1+jump sy2<-ifelse(sy2>4095, sy2-4096,sy2) #wrap around #put noise and signal dots together tx1<-c(nx1,sx1) tx2<-c(nx2,sx2) ty1...
2007 Feb 06
3
Help - Poor Voice Quality
I'm struggling to get my VOIP installation to be acceptable. I'm looking for advice on what else I can look for. My system: o Teliax VOIP service, voip-ny1 proxy o RCN Cable Internet Service (3Mbps download, 500kbps upload, 6ms average jitter) o 3.2 GHZ P4 Server (runs asterisk, firewall, other stuff) o server lightly loaded o Linux kernel 2.6.19.2 o Shorewall Firewall software with QOS configured for VOIP P1 o Asterisk 1.4.0 o Sipura SPA-2000 o Gran...
1997 May 11
2
R-alpha: Logarithmic scales
...arithmic scales: 1) segments() does not work with logarithmic scales. I suggest to change lines 962-973 in "plot.c": for (i = 0; i < n; i++) { if (FINITE(xt(x0[i%nx0])) && FINITE(yt(y0[i%ny0])) && FINITE(xt(x1[i%nx1])) && FINITE(yt(y1[i%ny1]))) { GP->col = INTEGER(col)[i % ncol]; if(GP->col == NA_INTEGER) GP->col = colsave; GP->lty = INTEGER(lty)[i % nlty]; GStartPath(); GMoveTo(XMAP(xt(x0[i % nx0])), YMAP(yt(y0[i % ny0]))); GLineTo(XMAP(xt(x1[i % nx1]...
1998 Jul 09
1
numeric(0) -> NA
...ric(0) which leads me to thing round() is not working right. I have some code like this: do.sim<-function(nnoise, nsignal, jump) { ntotal<-nsignal+nnoise x<-numeric(ntotal) y<-numeric(ntotal) #generate noise dots nx1<-round(runif(nnoise,0,4095)) nx2<-round(runif(nnoise,0,4095)) ny1<-round(runif(nnoise,0,4095)) ny2<-round(runif(nnoise,0,4095)) #generate signal dots sx1<-round(runif(nsignal,0,4095)) ... and I need to do do.sim(0,1000,10). But that gives me NAs which are a problem later. (in particular, I can't do if(rr<rbest) if rr is computed from an NA.) BT...
2008 May 21
0
Errors in using gdb (PR#11496)
...3QC6B+31emOwWktBu9nsMett9OHPf/lrihVRSSQS iaCdKqEPoR3fc2S4zk/ZDSFocsex23qe9lzx0F7z2rUg8sJW0IpxHc7XCGCnNehHDZfmJCGR +ojbM+/9rrrHJG+pNJiHTMVqysdtP/nZOYkI2kkkEomgfQxBO+A6YDkSO7OlswEXQoDbIQ7u 9wDam16r7oV1Nxjeko81N3AI2kmkUfKTSb+ZLnjF9BDa6ynPdjNo32a7TymgPT0To91ci5lH rWrTNqYnrpTVRm9qJj1FZz9cEdM8ZE40qo7fJw1PnY1uTHNabsGFlRTUix0rLpDpFewHaNe/ l3t5RbqRcv9cncyWI5jZIUR4FxW+xUkOi7jH5DrPuJ18KDbyuyCR+l9ddY8ZCe1snnYzaN96 24/LoD0TGEqE9lVN6oG+99Wln58xAe06KfRVYXsP7d1uP3YPpGNiFQYjaO+HjrF0aO/Dq4PQ 7iVTo6MgRLClwyiJ6/V0D9pJJBJBuya01xDaBzif9gEzaN9q63/Ugfa0xSxiCycJgZKdtMWe Xx1VOCTDQFepqK1AQrLpQFnKuUel41hYbtVPPZk/Z+iXS1Hzsqu...