Displaying 7 results from an estimated 7 matches for "vlr".
Did you mean:
var
2002 Apr 29
0
code optimization
...nction "eval.delta" which does what I want but isn't very
elegant. I have consulted the R documents, MASS, and S Programming. Is
there a practical way to optimize the code? Thank you very much.
Peter B.
Function:
eval.delta <- function(delta){
cat("VALUES\n")
vlr <- NULL
k <- 0
for(j in 1:length(delta)) if(delta[j] <= 2){
k <- k+1
vlr[k] <- delta[j]
}
cat("<= 2 (no credible evidence)\t",k,"\t",vlr,"\n")
vlr <- NULL
k <- 0
for(j in 1:length(delta)) if(d...
2002 Jun 24
10
code optimization
...tion "eval.delta" which does what I want but isn't very
elegant. I have consulted the R documents, MASS, and S Programming. Is
there a practical way to optimize the code? Thank you very much.
Peter B.
Function:
eval.delta <- function(delta){
cat("VALUES\n")
vlr <- NULL
k <- 0
for(j in 1:length(delta)) if(delta[j] <= 2){
k <- k+1
vlr[k] <- delta[j]
}
cat("<= 2 (no credible evidence)\t",k,"\t",vlr,"\n")
vlr <- NULL
k <- 0
for(j in 1:length(delta)) if(d...
2013 Apr 11
4
Asterisk 11.2.1 / dahdi destroy channel / asterisk crashes
..."dahdi show channels" shows me, that channel 1 is used for the
outcall. Then I try to hangup the outcall via "dahdi destroy channel 1".
Asterisk crahes immediatly. No message is logged (verbose is 10 and
debug is 10).
I get disconnected from the atserisk cli at this moment:
vlr-3*CLI> dahdi destroy channel 1
vlr-3*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
voxi at vlr-3:/tmp$
Is this a bug or is this my fault?
Best regards
-Thorsten-
2007 Jan 09
4
Is there a low cost cell phone base station for asterisk ?
I don't really know the name of what I want to look for but maybe
someone could tell me if it would be available.
I have a number of old analogue cell phones laying about here and I was
thinking it would be useful if I could set up a short range base station
for them that would cover maybe an acre or so. What I would like to be
able to do is use it to connect into Asterisk and this way
2010 Mar 30
3
Environment settings not functional
Hi,
I''ve got some problems with setting up environments. On the master:
[main]
[...]
manifestdir = /etc/puppet/manifests
modulepath = /etc/puppet/modules
[...]
environments = production,staging
[production]
manifestdir = /etc/puppet/manifests
modulepath = /etc/puppet/modules
[staging]
manifestdir = /opt/puppet-staging/manifests
modulepath = /opt/puppet-staging/modules
[puppetmasterd]
2012 Feb 13
0
[PATCH 05/14] arm: implement exception and hypercall entries.
...EFINE(OFFSET_VECTOR_DABT, 16);
+ DEFINE(OFFSET_VECTOR_IRQ, 24);
+ DEFINE(OFFSET_VECTOR_FIQ, 28);
+ BLANK();
+ DEFINE(OFFSET_VCPU, offsetof(struct cpu_info, vcpu));
+ DEFINE(OFFSET_VPSR, offsetof(struct cpu_info, vspsr));
+ DEFINE(OFFSET_VSP, offsetof(struct cpu_info, vsp));
+ DEFINE(OFFSET_VLR, offsetof(struct cpu_info, vlr));
+ BLANK();
+ DEFINE(OFFSET_VCPU_R0, offsetof(struct vcpu_guest_context, r0));
+ DEFINE(OFFSET_VCPU_R1, offsetof(struct vcpu_guest_context, r1));
+ DEFINE(OFFSET_VCPU_R2, offsetof(struct vcpu_guest_context, r2));
+ DEFINE(OFFSET_VCPU_R3, offsetof(struct vc...
2004 Jul 11
20
New Asterisk bounty: SIP simultaneous
>When I call a SIP user, the phone should ring in more
than one
>extentions. Also more than one phone should be able to
register with
>asterisk. Right now it is not the case.
There is no issue here. You seem to be confused, that's
all.
A SIP account is a SIP account and an extension is an
extension. You can assign an extension to an account (or
to multiple accounts) and the tool for