search for: fln

Displaying 4 results from an estimated 4 matches for "fln".

Did you mean: fan
2003 Dec 10
0
A solution to "free line" notification
...uctures and user-defined functions within the dialplan. A nice little for() loop would tidy things up nicely. Is AGI what I need to be using? I wasn't sure how to do things such as Dbget(), except through the Exec() call. Here are snippits to show how it was done: /var/lib/asterisk/agi-bin/fln.agi: #!/bin/sh [ $# -gt 0 ] || exit 0; echo -e "Channel: ${1} WaitTime: 1 Callerid: Free Line Notification <(000) 000-0000> Context: default Extension: s Priority: 1" > /var/spool/asterisk/outgoing/fln.$$ /etc/asterisk/extensions.conf: [from-inside] include => to-internal...
2009 May 04
1
wrong if-else syntax
...#COMPUTE SIGNAL DONOHO-ALPHA features.mat[ns,"alpha"]<- CalcDonohoAlpha(rawtms,BestWavList$No,J,tmsLen,Step3NumHighScalesOFF,Step3AllCoefON) } else { cat("\n\n Could not compute Best Wavelet Basis for Signal: ",fln," Skip current signal! \n\n") next } } else { features.mat[ns,"alpha"] <- NA } It keeps printing out an error referred to the second " } else {" as if it could not realize that the inner if-statement has been closed: > if(!is.null(...
2012 Feb 13
1
multi-regression with more than 50 independent variables
...get ?NA? in the output. Is there any limitation for the number of independent variables in multiple linear regressions in R? I attached my dataset as well as R codes below: mlr.data<- read.table("./multiple.txt",header=T) mlr.output<- lm(formula = CaV ~ SHG + TrD+ CrH+ SPAD+ FlN+ FrN+ YT+ LA+ LDMP+ B+Cu+ Zn+ Mn + Fe+ K + P+ N +Clay30 +Silt30 +Sand30 +Clay60 +Silt60 +Sand60 +ESP30 +NaEx30+ CEC30+Cl30+ SAR30 +KSol30+ NaSol30 +CaMgSol3 +ZnAv30 +FeAv30 +OC30 +PAv30 +KAv30 +TNV30+ pH30+ EC30 +SP30 +ESP60 +NaEx60 +CEC60 +Cl60 +SAR60 +KSol60 +NaSol60 +CaMgSol6 +Zn...
2009 May 05
1
self organizing map advice for categorical data
...#COMPUTE SIGNAL DONOHO-ALPHA > features.mat[ns,"alpha"]<- CalcDonohoAlpha(rawtms,BestWavList$No,J,tmsLen,Step3NumHighScalesOFF,Step3AllCoefON) > } else { > cat("\n\n Could not compute Best Wavelet Basis for Signal: ",fln," Skip current signal! \n\n") > next > } > } else { > features.mat[ns,"alpha"] <- NA > } > > It keeps printing out an error referred to the second " } else {" as if it could not realize that the inner if-statement has b...