Displaying 9 results from an estimated 9 matches for "combinaison".
2006 Nov 20
2
Call limits and VoIP providers
...y Asterisk PBX. All incoming calls are
coming from VoIP provider A and all outgoing calls are going to termination
provider B (they happen to be different for now).
On ONE of those customers I'd like to setup a channel limit, meaning they
can have 4 calls max, either outgoing, incoming, or a combinaison of both.
After that, I want it to ring busy.
How do I accomplish that? I don't want to setup a global call limit for the
provider, because other customers are on taking calls and have no limits.
What is the best practice here?
Mike
-------------- next part --------------
An HTML attac...
2011 Mar 18
1
remove old files
Hello
I use the dovecot 2.0.10 server and wonder how to clean up correctly the old
mails (especially for spam folder).
I use maildir storage, and wonder if deleting files with an rm and file command
combinaison would be good or would corrupt indexes files/whatever.
for exemple, the spam folder is in ~/.mail/.INBOX.spam/
Thus, can I "cd ~/.mail/.INBOX.spam/ && rm 'files older than 2 months' " or
something else ?
Thanks.
--
St?phane Guedon
page web : http://www.22decembre.eu/...
2004 Jun 15
1
(sans objet)
...index". So I have to reduce the dimension of X, and that's why I use the function #"dr" (dr package).
model<- dr(Y~X,family="binomial",method="phdy");
edr<- dr.direction(model);
#And now my problem: I hope that edr is a matrix constructed with linear #combinaison of X, prinipally the "index" vectors of X. But in reality it's not the #situation:
library(nnet);
fit<-multinom(Y~.,data=data.frame(edr));
pred<-predict(fit,data.frame(edr));
table(Y,pred)
0 21
0 19
????
thank you for tel me where is my error!
best regards
Benjamin Estern...
2005 Oct 09
1
enter a survey design in survey2.9
Hi dears,
I expect that Mr Thomas Lumley will read this message.
I have data from a complexe stratified survey. The population is divide in 12 regions and a region consist to and urban area and rural one. there to region just with urbain area.
stratification variable is a combinaison of region and area type (urban/rural)
In rural area, subdivision are sample with probabilties proporionnal to size in population then enuration area are sample in selected division and finally households are selected in those EA.
In urban area, EA are directly selected and finally household are...
2010 Nov 07
2
No Head in Force Unleashed
...ration set to "Emulation" to fix sound glitch
The game launch and all run fine the first launch but when you launch it again (and each time after), the main character have no head !!
I tried all Direct3D "UsefullRegistryKeys" (using : http://wiki.winehq.org/UsefulRegistryKeys) combinaisons possible, always the same result, no head...
If someone have a way to fix this annoying bug, you're welcome :)
regards,
WineFan62
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
...an Effect and an AJAX call:
...
Effect.MoveBy( ... );
...
Then do an AJAX Call
...
setTimeout(function(){
getJsonRPC().callMyFunction();
},30);
...
Unfortunately, the effect doesn''t display on the screen, it is just
freeze. I''ve try this
with combinaison of setTimeout() on Effect, Ajax, both, none, it never works.
Is there a solution to force refresh ?
Best regards,
--
Jean-Philippe Encausse - R&D Jalios SA
Jp-vcK5r0oTKUrk1uMJSBkQmQ@public.gmane.org - http://www.encausse.com
ICQ: 109796741 - AOL: NextOne6666 - MSN: Nextone6666-PkbjNfxxIARBDgjK...
2005 Sep 07
1
Survival analysis with COXPH
...for the variance of the random effect instead of a p-value?
- I would like to make predictions for different combinations of covariate
values (but with an average value of 0 for the gaussian frailty term). I saw
on the list that it is impossible to obtain a mean or a median survival time
for each combinaison of covariates? Would that be possible to predict a
probability of survival at the end of my follow up period, even if most
observations are censored? How could I do that within the survival package?
- Is there somewhere an explanation of the different possibilities of
predictions offered by the p...
2007 May 28
0
[LLVMdev] [llvm-announce] LLVM 2.0 Release
...(uncompleted) MIPS target exist for llvm-gcc ? or must I create
> one ?
Bruno just submitted one, he's the right person to talk to. I have not
had a chance to review the code, so it has not been committed yet, but it
should be soon.
> 2) Do you think that llvm-gcc can handle those combinaisons of registers :
> 2.1) Can llvm-gcc handle vector float as a super-set of scalar registers ?
> 2.2) Can llvm-gcc handle matrix float as a super-set of vector float ?
LLVM has good support for vectors, if you treat matrices as large vectors,
you should have no problem.
> 3) Can llvm-gcc...
2006 Dec 03
6
[Bug 1266] incompatibility between s/key and keys Autentification
...done:
ChallengeResponseAuthentication yes
after that i can logon with my password instead of the key!!!
in order to try it:
*migrate to keys instead of passwords
*add a user with a password and do not add keys to authorized_keys
try to logon with this username and password
solution:
or make the combinaison of PasswordAuthentication no and
ChallengeResponseAuthentication yes possible
or use one time keys instead of one time passworsds(would require more
work)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.