search for: hoyles

Displaying 20 results from an estimated 50 matches for "hoyles".

Did you mean: holes
2004 May 18
0
No luck using asterisk as proxy...
Still no luck using asterisk as a proxy. 48 hours solid working on this. I'm beginning to think asterisk isn't going to be compatible with the provider I'm using :( Has anyone got *any* clues as to what can cause this message? It's definately provider specific (voiptalk works, pipecall doesn't) but confusingly seems to be caused by something in the client phone app. I
2009 Apr 05
1
Resolution problem w/ Hoyle Card Games
Hello, I am trying to run Hoyle Card Games through Wine, but when I load it, it messes up my resolution and it's so "full screen" that i can't even see the toolbar that allows me to exit the program. Can anybody help? I feel this is a long shot, but whatever. I am running Ubuntu Intrepid, with Wine version 1.1.18. In case there's another version, the HCG I'm running is
2004 May 22
5
Asterisk firewall config
The asterisk wiki states that it needs SIP, IAX2, IAX and RTP open to the world to work. Is this necessarily true, or does it only need some of these outgoing? I'm concerned as anyone that could guess an extension number&password could use my server to make outgoing calls. It would help if the extensions had a netmask/allowable IP setting like the iax.conf file uses, but there
2004 May 18
1
Configure asterisk for outgoing.. need authuser parameter?
Hi, I have access to two providers. On one of them the authuser is the same as the username, so outgoing works. On the other one I can only get incoming - what ever combination I try for outgoing I get an error. The register command has the ability to specify both usernames (which is why incoming works) but outgoing doesn't seem to, and without that I'm stuck. They are defined as:
2003 Aug 27
2
Basic GLM: residuals definition
Dear R Users, I suppose this is a school boy question, but here it is anyway. I'm trying to re-create the residuals for a poisson GLM with simulated data; x<-rpois(1000,5) model<-glm(x~1,poisson) my.resids<-(log(x)- summary(model)$coefficients[1]) plot(my.resids,residuals(model)) This shows that my calculated residuals (my.resids) are not the same as residuals(model). p 65 of
2018 May 01
3
Finding performance bottlenecks
On 01/05/2018 02:27, Thing wrote: > Hi, > > So is the KVM or Vmware as the host(s)?? I basically have the same setup > ie 3 x 1TB "raid1" nodes and VMs, but 1gb networking.? I do notice with > vmware using NFS disk was pretty slow (40% of a single disk) but this > was over 1gb networking which was clearly saturating.? Hence I am moving > to KVM to use glusterfs
2018 May 03
0
Finding performance bottlenecks
It worries me how many threads talk about low performance. I'm about to build out a replica 3 setup and run Ovirt with a bunch of Windows VMs. Are the issues Tony is experiencing "normal" for Gluster? Does anyone here have a system with windows VMs and have good performance? *Vincent Royer* *778-825-1057* <http://www.epicenergy.ca/> *SUSTAINABLE MOBILE ENERGY SOLUTIONS*
2003 Apr 08
2
Basic LME
Hello R Users, I am investigating the basic use of the LME function, using the following example; Response is Weight, covariate is Age, random factor is Genotype model.lme <- lme (Weight~Age, random=~ 1|Genotype) After summary(model.lme), I find that the estimate of Age is 0.098 with p=0.758. I am comparing the above model with the AOV function; model.aov <- aov (Weight~Age + Genotype)
2018 May 01
0
Finding performance bottlenecks
Hi, So is the KVM or Vmware as the host(s)? I basically have the same setup ie 3 x 1TB "raid1" nodes and VMs, but 1gb networking. I do notice with vmware using NFS disk was pretty slow (40% of a single disk) but this was over 1gb networking which was clearly saturating. Hence I am moving to KVM to use glusterfs hoping for better performance and bonding, it will be interesting to see
2005 Aug 10
8
Blank CIDName or CIDNum = "asterisk"
I am using Sipura 841 phones and Asterisk CVS-v1-0-06/14/05. Whenever a call comes in with blank CIDName or CIDNum the phone reports the respective variable as "asterisk". I can manually set the variables to whatever I want: CIDName (alpha-numeric) & CIDNum (Numeric). But if I try to make them blank, or null, or maybe throw some alpha characters into CIDNum, they get reported
2018 May 03
1
Finding performance bottlenecks
Tony?s performance sounds significantly sub par from my experience. I did some testing with gluster 3.12 and Ovirt 3.9, on my running production cluster when I enabled the glfsapi, even my pre numbers are significantly better than what Tony is reporting: ??????????????????? Before using gfapi: ]# dd if=/dev/urandom of=test.file bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824
2002 Sep 13
1
Contrasts in ANOVA table
Hello All, Is there a way of producing an ANOVA table split into contrasts, thus showing the contrasts sums of squares and associated p-values? Thanks, Martin. Martin Hoyle, School of Life and Environmental Sciences, University of Nottingham, University Park, Nottingham, NG7 2RD, UK Webpage: http://myprofile.cos.com/martinhoyle
2018 Apr 30
3
Finding performance bottlenecks
Hi I'm trying to setup a 3 node gluster, and am hitting huge performance bottlenecks. The 3 servers are connected over 10GB and glusterfs is set to create a 3 node replica. With a single VM performance was poor, but I could have lived with it. I tried to stress it by putting copies of a bunch of VMs on the servers and seeing what happened with parallel nodes.. network load never broke
2004 May 22
14
Caller ID with BT CD50
Hi All, Having searched the archives, I can see there has been much discussion at various points regarding capture of caller id information from good old BT. If I understand correctly, it seems that not only do the drivers not currently support it, but my X101P possibly/probably can't do it anyway due to hardware? So, that leaves me with the modem route, which seems more and more unlikely,
2007 May 28
6
hvm performance
Hi I''ve been running xen with linux guests for a while now and thought I''d try windows as I have a new server. All seemed to go fine except performance is *horrible* - I''m currently installing Win2003 SP2 and it''s been running over 12 hours (thank god for vnc) - each individual file is taking between 3 and 4 seconds each. Server is an intel E6600 with
2004 May 22
3
e164.org
So I just saw this VoIP-centric article at slashdot (http://slashdot.org/article.pl?sid=04/05/22/1840220) which mentions e164.org. It's a "non-profit public DNS root designed to map phone numbers to Internet protocols." Is anyone on this list actually using this? They have asterisk config instructions: http://www.e164.org/config.php I wonder if someone can help me understand
2004 Jun 07
4
Compiling Asterisk with G.723.1
Hello, I am relatively new to Asterisk and I need to compile the G.723.1 codec for Asterisk. I downloaded the ITU source code, placed it in the codecs directory, but apparently Asterisk needs a rather different library than the one provided from ITU. As I've seen in the mailing list archives, there are quite a few users who were able to compile G.723.1 in *, so, could someone kindly share it
2003 Aug 12
1
Negative binomial theta
Hi, I'm trying to use the command "glm.nb" in library(MASS) to test for a significant difference in the aggregation parameter "theta" between the three levels of a factor. Any help gratefully received! Martin. Martin Hoyle, School of Life and Environmental Sciences, University of Nottingham, University Park, Nottingham, NG7 2RD, UK Webpage:
2004 May 18
1
R: Configure asterisk for outgoing.. need authuser parameter?
Hi Tony, Try adding "fromuser=xxxxx", maybe "username=xxxx" isn't enough... Just a guess, it already solved a few problems for me. -Manuel -----Messaggio originale----- Da: Tony Hoyle [mailto:tmh@nodomain.org] Inviato: martedì, 18. maggio 2004 13:03 A: asterisk-users@lists.digium.com Oggetto: [Asterisk-Users] Configure asterisk for outgoing.. need authuser parameter?
2001 Sep 07
3
State space modelling
...the help files or on the web. My example is a surplus production fisheries model, so something similar to that would be ideal. Thanks, Simon Simon Hoyle, Fisheries Modeller Southern Fisheries Centre, PO Box 76, Deception Bay, Q 4508, Australia (07) 3817 9541 (w) 3817 9555 (fax) 3269 0302 (h) hoyles at dpi.qld.gov.au / simon_hoyle at iname.com / sd.hoyle at student.qut.edu.au ********************************DISCLAIMER**************************** The information contained in the above e-mail message or messages (which includes any attachments) is confidential and may be legally privileged...