search for: fake1

Displaying 3 results from an estimated 3 matches for "fake1".

Did you mean: fake
2011 Dec 31
2
Very strange function() behaviour.
...elow. #---------------------------------------------------------------------------------------------- fun.starpaste <- function(t,co=NULL,tails=2,sig=c(0.9,0.95,0.99)) #handles the pasting of #coef(tstat)significance_stars { if(length(dim(t))>1)t3<-t else fake1<-1 t<-matrix(t) if(is.null(co)==TRUE)fake<-1 else co<-matrix(co) if(exists(as.character(substitute(fake1)))==FALSE)fake<-1 else t3<-t tstat<-as.numeric(t);tstat[is.na(tstat)]<-0 sig.l<-length(sig) stars<-rawToChar(charToRaw("***************************...
2017 Jun 07
2
pjsip: Inbound calls: selecting the correct trunk with one provider and different numbers
Hello! I've got a problem to select the correct trunk if there is one provider and different numbers with different configurations for this same provider. Example: trunk-prov1-2345 trunk-prov1-2346 trunk-prov1-2347 Each trunk registers an own number (at the same provider) and provides own configuration: they have different allowed codecs e.g.. What I'm experiencing now, is, that each
2017 Jun 08
3
pjsip: Inbound calls: selecting the correct trunk with one provider and different numbers
...doesn't work, because the name wasn't accepted by the ISP. Using the IP address directly isn't a good solution, too, because you can't receive changes any more. A "solution" would be via regularly created rpz DNS entries, which are used to resolve a fake server name (like fake1.real.name.com) by asterisk to the desired IP. All other string operations would use the real.name.com. Ok, it's a pipe dream! Regards, Michael