similar to: Samba4 - multiple forest hosting?

Displaying 20 results from an estimated 3000 matches similar to: "Samba4 - multiple forest hosting?"

2006 Apr 04
3
Auto Attendant Question
Hi Folks I have had a look through the Features list, and I see that the system does support an auto attendant, however is it possible to have say 5 telephone numbers that a person would dial and have 5 different messages I.e Dial 555-1121 and you get a message for companyA call centre Dial 555-1131 and you get a message for companyB call centre Dial 555-1141 and you get a message for companyC
2008 Nov 06
2
Variable Scope Question
If I have a global variable in my dialplan and I change it, does that change immediately take affect for all calls that are active? Here is my situation. The company I work for has two office groups that share a building. The two offices are separate companies but support one another and want to be able to transfer calls as if they were all on the same phone system. Each company has 4
2004 Nov 08
5
Same Extensions in Multiple contexts
Hi For a customer, I am trying to setup 3 different companies on one asterisk box, and I need to assign extension 200 in three different companies. I was using different contexts, but was unable to get it to work. So, my basic question is - In Asterisk, Can we have same extension number in different contexts? For example: [Context_company_1] exten => 200,1,,,
2009 Aug 01
3
Dialplan strategy suggestions needed
I have a new Asterisk system going into production next week and I'm a bit stumped as to the best way to handle the Dialplans for it. The Asterisk system is replacing 4 separate PSTN lines with both SIP & PSTN inputs. The setting up of the dial plan is giving me some design headaches, which probably means I'm missing something obvious and doing this the hard way. I have separate
2005 Sep 28
1
Tiny Echo on PSTN via Zaptel
I'm using Asterisk 1.0.9, a Digium TE210P dual T1 card, and two Rhino channel banks (one 12FXO/12FXS, the other 24 FXS). So it's an analog phone on the inside connected to one of the FXS ports, and PSTN line connected to one of the FXO ports. My problem is that as soon as I hear the _first_ ring when I dial out through the PSTN line, I hear a tiny echo on the phone (I estimate between
2005 Oct 04
5
PBX 'Personalities' ?
We are running our * server as a virtual PBX for 6 companies. I am having all of the Allison prompts plus our own custom IVR prompts being re-recorded for each company, in a different voice (marketing thing) with a different personality (perky, corporate, earthy) . I'm curious if someone could point out a dirty trick to get the voice to play right, for internal and external callers,
2003 Sep 04
2
Incoming CallerID management
Greetings, I need if possibile an explanation on how to manage the incoming callerid for an incoming call. Let me explain the situation: We have two different companies in this office that shares the same PBX (* box). Each company have its own number for the incoming calls. What i'd like to implement is something that, depending on the incoming line that is involved in the call, plays a
2004 Sep 02
5
Any way to _always_ execute certain commands in a dialplan context?
I've got a need to do something like the following: [foo-context] exten => _.,1,SetCIDNum(123) exten => _.,2,SetCIDName(XYZ) include => local include => tollfree But of course, this example won't work. The goal here is this: if a call ends up being handled by the "local" or "tollfree" contexts, I want those SetCID*** commands executed. Otherwise, I
2015 Jan 30
2
Multiple samba instances
Has anyone tried this to setup a AD DC and Memberserver on one machine? https://wiki.samba.org/index.php/Multiple_Server_Instances Is it possible to provision a domain in one instance to have a DC? Sounds interesting to me.
2004 Dec 18
1
Getting the "real" extension into CDR
Hey gang, Getting ready to run some test bills for customers. Most SIP phones have both an extension and a DID. If a person calls a DID asterisk redirects the call to the right extension: exten => 8005551212,1,Goto(companyA-internal,3022,1) The problem is, that if someone calls 8005551212, the CDR shows the DST number as 3022. Is there a way around this? I understand that 3022 is the
2006 Mar 28
2
Virtual Servers Workaround?
Hello all, I am in a situation where I need Samba to be a DC server (logons and file/printer services) for multiple domains - from a single machine. The documentation states that "Only the primary server can be a domain member or a domain controller." Are there any work arounds for this? Research at: http://us1.samba.org/samba/docs/man/Samba3-HOWTO/cfgsmarts.html#id263984 5 Cheers,
2004 Mar 02
1
some question regarding random forest
Hi, I had two questions regarding random forests for regression. 1) I have read the original paper by Breiman as well as a paper dicussing an application of random forests and it appears that the one of the nice features of this technique is good predictive ability. However I have some data with which I have generated a linear model using lm(). I can get an RMS error of 0.43 and an R^2 of
2010 Oct 22
2
Random Forest AUC
Guys, I used Random Forest with a couple of data sets I had to predict for binary response. In all the cases, the AUC of the training set is coming to be 1. Is this always the case with random forests? Can someone please clarify this? I have given a simple example, first using logistic regression and then using random forests to explain the problem. AUC of the random forest is coming out to be
2012 Dec 03
2
Different results from random.Forest with test option and using predict function
Hello R Gurus, I am perplexed by the different results I obtained when I ran code like this: set.seed(100) test1<-randomForest(BinaryY~., data=Xvars, trees=51, mtry=5, seed=200) predict(test1, newdata=cbind(NewBinaryY, NewXs), type="response") and this code: set.seed(100) test2<-randomForest(BinaryY~., data=Xvars, trees=51, mtry=5, seed=200, xtest=NewXs, ytest=NewBinarY) The
2019 Oct 29
2
AD domain member cannot authenticate user in remote forest unless smbclient uses "localhost"
I see. =) I probably should have set the backend to autorid for "*", but I didn't think the ID mapping really mattered for the specific test I was doing. The "realm list" output shows the client software as winbind (not sssd) and the logs show messages from winbindd as it handles the authentication (in the successful cases), so I think that indicates that winbind is in
2015 Mar 17
4
Domain controller in a chroot
Le 17/03/2015 15:40, Peter Serbe a ?crit : > Hi S?bastien, > > S?bastien Le Ray schrieb am 17.03.2015 14:15: > >> So even with two interfaces and bind interfaces only you cannot do it? Sad > I am by no means an *nix epert. Maybe it is possible - but I don't know > anyone how ever talked about doing something like that. And given the > _very_ limited resources, You
2008 Mar 11
1
More digits in prediction using random forest object
I need to get more digits in predicting a test sample with a random forests object. Format or options(digits=) do nothing. Any ideas? Thank you, Nagu
2011 Apr 07
2
Rotation Forest in R
Dear R users, I was wondering whether you could tell me if there are any R functions or packages that can implement Rotation Forest (not Random Forests) algorithm: http://www.computer.org/portal/web/csdl/doi/10.1109/TPAMI.2006.211 thanks in advance, Mario
2012 May 23
1
Random Forest Classification_ForestCombination
Hello, I am aware of the fact that the combine() function in the Random Forest package of R is meant to combine forests built from the same training set, but is there any way to combine trees built on different training sets? Both the training datasets used contain the same variables and classes, but their sizes are different. Thanks [[alternative HTML version deleted]]
2024 Jun 10
1
Kerberos Forest Search Order(KFSO) in samba
hello everyone, please tell me whether it is possible to enable KFSO in samba or is this only possible with forests and since samba is, in theory, a flat domain, then such functionality is not available?