search for: outstate

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

Did you mean: ourstate
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); memset...
2012 Apr 18
0
Error in eval when using contrast and nlme
Hi everybody, I've written a function to run an LME model on data derived from functional magnetic resonance images. When I run the function with contrasts included I get the following error Error in eval(expr, envir, enclos) : object 'inModelFormula' not found I think it has something do do with the way contrast evaluates arguments, but I've got no idea how to fix it. The code
2009 Nov 18
2
Median on Aggregated data
Folks, I have the following code, that works fine on smaller data sets. For larger datasets, it runs out of memory and runs way too slow because we are essentially creating large vectors with rep() and then calling median() on it. (I learned this approach from a post on the web). Below that, I have written the corresponding SAS code. The SAS code works fast because I can just tell the proc
2008 Oct 24
1
bonding over bridge or bridge over bonding ?
Hi, I'm trying to configure a network bridge over a bonding without any success. Here is my configuration: ifcfg-eth0: DEVICE=eth0 HWADDR=00:1E:C9:E8:3F:E5 ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes ifcfg-eth1: DEVICE=eth1 HWADDR=00:1E:C9:E8:3F:E7 ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes ifcfg-bond0: DEVICE=bond0 ONBOOT=yes BRIDGE=br0 USERCTL=no ifcfg-bridge0: DEVICE=br0
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
I get the following errors when starting Asterisk. == Parsing '/etc/asterisk/zapata.conf': Found Feb 19 21:14:35 WARNING[10440]: chan_zap.c:920 zt_open: Unable to specify channel 1: No such device Feb 19 21:14:35 ERROR[10440]: chan_zap.c:6860 mkintf: Unable to open channel 1: No such device here = 0, tmp->channel = 1, channel = 1 Feb 19 21:14:35
2007 Apr 17
1
PROC DISCRIM vs. lda( ) in MASS
Hello, I am using WinXP, R version 2.3.1, and SAS for PC version 8.1. I 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
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$pr...
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