search for: outstat

Displaying 11 results from an estimated 11 matches for "outstat".

Did you mean: utstat
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
...or ast_channel_alloc() , my program as follow,But it isn't work, anyone know how to do this. { struct ast_channel *callbk; char *callbk_real_context; char xferto[256],dialstr[265]; char *cid_num; char *cid_name; int outstate=0; char *exten = NULL ,*context = NULL; pu = head; //pu is a queue hav dst and src number printfl("\n\n\n\n %s time is over",pu->dst); show_queue(head); memse...
2012 Apr 18
0
Error in eval when using contrast and nlme
...uot;, "fmri"), row.names = c(NA, -210L), class = "data.frame") runLme = function (inData, inZ, inNumberOfOutputBriks, inContrasts, inAnovaIndices, inModel, inModelFormula, inRandomFormula) { cat("There will be " , inNumberOfOutputBriks, " stats briks\n") outStats <- vector(mode="numeric", length=inNumberOfOutputBriks) ##cat (inData, "\n") if ( ! all(inData == 0 ) ) { ##try( ##if( inherits( print(inModelFormula) print(inRandomFormula) mylme <- lme(fixed=inModelFormula, random=inRandomFormula, data = inModel)...
2009 Nov 18
2
Median on Aggregated data
...myNorm[k] <-c( as.numeric(i), as.numeric(j), as.numeric(myMedian) ); k <- k+1; } } ---------------------- Begin SAS code ------------------------------------ proc summary data=SASUser.PaydexNormfull nway; class PaydexNormingCategory SIC ; weight Counts; var Paydex; output out=outstat (drop=_type_ _freq_) median= / autoname; run; ---------------------- End SAS code ------------------------------------ Thanks for your guidance! Vivek Satsangi GE Capital Americas GE imagination at work [[alternative HTML version deleted]]
2008 Oct 24
1
bonding over bridge or bridge over bonding ?
...doing something wrong ? Shouldn't I trying to do a bonding over 2 bridges ? Do anybody already tried such a configuration with success ? Thanks -- _______________________________________________________________________ Micka?l Can?vet. European Molecular Biology Laboratory (EMBL) Grenoble Outstation. FRANCE _______________________________________________________________________ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://lists.ce...
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
...e extention */ snprintf(buf, sizeof(buf), "%d", lot); memset(&oh, 0, sizeof(oh)); oh.parent_channel = chan; oh.vars = ast_variable_new("_PARKEDAT", buf); dchan = __ast_request_and_dial(dialtech, AST_FORMAT_SLINEAR, dialstr,30000, &outstate, chan->cid.cid_num, chan->cid.cid_name, &oh); I assume (I hope not incorrectly) that I have to modify the variable chan->cid.cid_name Could one of the Asterisk gurus point me in the right direction as to how to do this? Thanks in advance Brian -------------- next part ------------...
2006 Nov 15
2
some questions about atxfer usage
Hi all. I have enabled the attended transfer feature in features.conf. I'm using it and I want to resolve some questions, I hope someone can help me :) When I transfer a call to an extension: - The extension rings during 15 seconds and the call returns to the "transferer". Is there any possibility to recover the call before the timeout of 15 seconds expires? I mean, I would like
2006 Mar 14
3
Attended Transfer - transfer timeout, how to change?
Hi, We are trying to use attended transfer with Asterisk 1.2.5, but when we do the transfer and dial the new number, it times out after 3 rings and then the callee is put back to the original agent. Where can I adjust the timeout which applies to the number we are transferring to? I have changed the extension for this number to timeout at 60 seconds, but that seems to make no difference. --
2006 Feb 19
3
Asterisk start errors with TDM2413E
...Channel 16: FXS Kewlstart (Default) (Slaves: 16) 16 channels configured. zaptel.conf fxoks=1-4 fxsks=5-16 defaultzone=us loadzone=us zapata.conf [channels] signalling=fxo_ks echocancel=yes echocancelwhenbridged=yes usecallerid=yes context=outstation channel=> 1-4 signalling=fxs_ks echocancel=yes echocancelwhenbridged=yes usecallerid=yes group=2 context=incomingpstn channel=> 5-16 Best regards, Duane Pudenz Network Infrastructure Manager Shasta Industries -------------- next part -----------...
2007 Apr 17
1
PROC DISCRIM vs. lda( ) in MASS
...have mostly used SAS over the last 4 years and would like to compare the output of PROC DISCRIM to that of lda( ) with respect to a very specific aspect. My data have k=3 populations and there are 3 variates in the feature space. When using using the code PROC DISCRIM DATA = FOO OUT = FOO_OUT OUTSTAT = FOOSTAT METHOD = NORMAL LIST POOL = YES PCOV MANOVA; CLASS STRATA; PRIORS EQUAL; VAR X1 X2 X3; RUN; I am able to easily obtain the linear discriminant functions for the strata which allow computation of the three discriminant scores for a given observation. Thi...
2012 Mar 20
1
overriding "summary.default" or "summary.data.frame". How?
...t;fstmath", "trdmath", "fstverb", "trdverb", "fstact", "trdact", "numapps", "numacc", "numenr", "pctten", "pctquart", "numfull", "numpart", "instate", "outstate", "rmbrdcst", "roomcst", "brdcst", "addfees", "bookcst", "prsnl", "pctphd", "pctterm", "stdtofac", "pctdonat", "instcst", "gradrate") dat$private <- factor(dat$p...
2002 Nov 06
4
Rsync-2.5.5 on Tru64 UNIX V51.A
Hi I am trying to compile rsync-2.5.5 on Tru64 UNIX V5.1A The configure completed sucessfully however the make failed. The following is a copy of the configure and make output. Could you please provide advice as to why this is failing and hopefully resolution. Just as a matter of comparison - rsync-2.5.4 make also fails, however, rsync-2.4.8 compiled sucessfully on this version of Tru64 5.1A