search for: colloc

Displaying 20 results from an estimated 38 matches for "colloc".

Did you mean: calloc
2003 Jun 12
1
mkstemp permission denied
We are using rsync to push DNS records from one machine (running rsync 2.5.6 as a client process on Debian woody) to a collocation server ( running rsync 2.5.6 as a daemon on RedHat 7.3). To test this process we are using a script that pushes one file from the Debian box to the collocation server. It appears that a file transfers, but upon checking there is no file transfer and an error in the rsyncd log. relevant line...
2003 Aug 25
13
SIP phones
Hi, I wonder if you guys can recomend a good SIP phone. A phone thats works great with * has a lot of features, and is cheap. Actually all kind pf VoIP hardware is of interesst. Is there a really good site for VoIP harware ? /Mike
2005 May 20
5
Who knows where voicepulse has their asterisk servers?
I want to collocate an * box somewhere, where better than where voicepulse chose to put their servers? They probably did their homework and selected someplace where good handoff to the pstn can be found, right/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com...
2005 Oct 18
0
UNIX Systems Administrator I, Development IT - San Bruno, CA/UNIX Systems Administrator I, Systems Operations - San Bruno, CA
...ines, and performing maintenance on production servers at San Francisco Data Center. Primary Responsibilities: Successful candidate will be working on IT team deploying systems in onsite datacenter and some systems in San Francisco data center as well, and must have appropriate transportation to collocation facility. The job requires ability to use assets efficiently, think outside of the box, and be creative with solutions. Candidate needs to be able to take on multiple projects/procedures from more Sr. UNIX administrators and work on multiple installations at the same time. Candidate must b...
2012 Aug 08
1
dimnames in array
...; I'm trying to make it so that an array of dim(42,2,2) has names whose length corresponds to that of the array, and am hoping someone with experience with this can see what I'm not doing correctly: data11 = array(0,c(41,2,2)) y = lsoda(x0,times,fhn$fn.ode,pars)#This is make.fhn() from colloc infer package# y = y[,2:3] data11<-array(0,c(41,2,2)) m8<-cbind(.29,1:41) m9<-as.array(m8,dim=c(41,2)) data11[,1,] = y+m9 data11[,2,] = y+m9 rownames(data2, do.NULL = FALSE, prefix="row") varnames=c("V","R") colnames(data6)=c("one",&...
2008 Feb 13
1
Samba and the InterWeb
Hi, We have an office-based Windows-locked publishing system whose only delivery mechanism is to write to a local filesystem, and a requirement for its output to be available to a collocated production environment comprising Solaris and Linux boxes. The 'obvious' solution was to run a Samba server on one of the collocated Linux boxes and mount the share it provides on the relevant Windows machines in the office. And this is what I have done. This works, but encounters t...
2006 Aug 15
1
[LLVMdev] Fwd: OOPLSA 2006 Call for Participation
...ults, culminating in the ACM Student Research Competition. Try your hand at solving the DesignFest design challenge. And of course there are plenty of social opportunities for mingling and professional networking. In addition to all the great offerings at OOPSLA, four other conferences are collocated this year, including: Generative Programming and Component Engineering (GPCE'06) Pattern Languages of Programming (PLoP'06) Dynamic Languages Symposium You can find links to more information about these collocated conferences at OOPSLA's main page, www.oopsla.org . It's import...
2005 Sep 15
2
Fax->Email for Hosted PBX
I'm proposing to install an Asterisk PBX at a collocation facility for a remote customer. Each of the customer locations will have an SPA-3000 with the FXO port connecting a POTS circuit and the FXS port connecting a fax machine or red phone. In addition to voice traffic, the customer has a high volume of incoming and outgoing faxes. Would it...
2003 Dec 29
2
bandwidth requirement
Hi Folks, have a question, on bandwidth. I want to run an asterisk server SIP to H323, g729. Calls arrive on sip/iax go to IVR get authenticated and egress through h323. So G729 license is only used during IVR and then it is pass through. I am collocating this server. Colo offer a monthly bandwidth quota. Lets say I want to do 100K minutes per month of VoIP calling at the beginning. What would be the bandwidth usage per month ? I calculate this way, G.729 call is about 20K, but since call arrive on SIP and leave through h323 there are sessions...
2004 Sep 13
1
Server load capabilities
I am trying to asses the possibility of setting up Asterisk at a collocation service provider (ELI) for supplying VOIP to about 15 different customers/locations. Is it possible to use one server to handle this load? Is there a call management GUI (Windows), which will work well in this situation and allow administration? Is there a call client GUI (Windows), which will...
2005 May 13
1
Polycom IP 500 caller id
...on the phone. or is there a way to set the caller id's in *? maybe in each ones sip.conf entry? any help is appriciated, thank you Brian Chrystal Account Executive Rocket Internet 200 Oceangate, 8th floor Long Beach, CA 90802 562.432.3695 562.432.6096 Fax www.rocketinternet.net Connectivity*Collocation*Commerce*E-Storage
2015 Dec 13
4
CFP for the 6th European LLVM conference on March 17-18, 2016 in Barcelona, Spain
...networking between participants. The meeting is open to anyone whether from industry or academia, professional or enthusiast and is not restricted to those from Europe - attendees from all regions are welcome ! EuroLLVM 2016 will be held at Princesa Sofia Hotel ( http://www.princesasofia.com/en), collocated with the International Compiler Construction conference (http://cc2016.eew.technion.ac.il/) and CGO (http://cgo.org/cgo2016/) We invite academic, industrial and hobbyist speakers to present their work on developing or using LLVM, Clang, etc. Proposals for technical presentations, posters, work...
2010 Sep 15
3
warning or error upon type/storage mode coercion?
Hi, I'm aware that the language definition states "R objects are often coerced to different types during computations". Two questions: 1. Is it possible to configure the R environment so that, for example, coercion from (say) numeric to integer will throw a warning or an error? I realize that in the base R code alone, there are thousands of calls to as.integer() which would
2005 Jan 26
3
setup questions- many users, little use
...ement/configuration through our current portal system (web based, most likely we?ll write this from scratch as we have pretty specific uses) Possible wake-up call scheduling Possible configuration from database already storing member information Future long distance service to Chicago area through collocation or similar I would greatly appreciate any input as to specific configurations, things to watch out for and consider, and any other useful information. Will our equipment selections work well with Asterisk? Will there be any compatibility issues with the T100P and the T1 from SBC? And wh...
2017 Jun 18
2
dist function in R is very slow
...rt(outer(sq,sq,"+") - 2*mtm)} It takes less than 50 seconds for my (dense) matrix of 5,054 rows and 12,803 columns, while dist.matrix with method="euclidean" takes almost 10 minutes (which is still orders of magnitude faster than dist). From: Stefan Evert <stefanML at collocations.de> To: Moshe Olshansky <m_olshansky at yahoo.com> Cc: R-devel Mailing List <r-devel at r-project.org> Sent: Sunday, 18 June 2017, 2:33 Subject: Re: [Rd] dist function in R is very slow > On 17 Jun 2017, at 08:47, Moshe Olshansky via R-devel <r-devel at r-project....
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...campus just north of the Danube, where the conference will take place. For information on JKU and Linz, also see: http://www.jku.at, https://en.wikipedia.org/wiki/Linz and https://www.linz.at/english/ ================= Other Information ================= The 5th Virtual Machine Meetup (VMM) is a collocated event with ManLang '18. It is a venue for discussing the latest research and developments in the area of managed language execution. ManLang'18 is organized in cooperation with ACM, ACM SIGPLAN and ACM ICPS, and is sponsored by the JKU Department of Computer Science, Oracle Labs, and L...
2008 Apr 04
1
Next Move - Hosting
...I have been testing Asterisk as a bolt on to our Mitel 3300.. its been doing some softphones for users abroad, etc and I'm happy with the fact I want to progress to a full system. However during this testing phase 2 customers of mine (I'm a IT Service Provider) have ask for some managed, collocated small business servers, which include the requirement for me to host their phones. No Problem I thought, I'm well on the way to this anyhow. So I'm thinking (although not tried it) that if I got my Asterisk box running for my company (E1 card for outside link) I would AIX the hosted P...
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
...conference > will take place. For information on JKU and Linz, also see: > http://www.jku.at, https://en.wikipedia.org/wiki/Linz and > https://www.linz.at/english/ > > ================= > Other Information > ================= > > The 5th Virtual Machine Meetup (VMM) is a collocated event with ManLang > '18. It is a venue for discussing the latest research and developments > in the area of managed language execution. > > ManLang'18 is organized in cooperation with ACM, ACM SIGPLAN and ACM > ICPS, and is sponsored by the JKU Department of Computer Sci...
2011 Nov 03
15
DID from Direct from Telco
Hello Everyone, Unlike going through DIDx, DIDLogic etc.., we have an option of getting DIDs directly from local telco Bell Canada. Currently our SIP Trunk provider assigned a DID to us, and as you know, they just redirect requests it to our PBX. However, when dealing directly with a telco, what equipment will we need? Basically giving us the same capability as a DID provider. If someone can
2005 Jun 06
1
RE: LOA for CFA . . work up "pencil copy"
...ke Steve and then sent to us. Please take care of this ASAP as we need to get the ball rolling on ordering interoffice transport circuits. Not only do we need these for Indy, Coffeyville, and our ATM DS3 from ASI, but we also need them for Augusta and Andover to order DS3s back to Broadway for the collocation equipment moves. Regards, Shaun -----Original Message----- From: David Henning [mailto:dhenning@sctelcom.com] Sent: Monday, June 06, 2005 9:47 PM To: stierney@prairiestream.com Cc: dgeorge@prairiestream.com; dschaub@prairiestream.com; Eric Ryker; Zack Odell Subject: Re: LOA for CFA . . wor...